Skip to content

Passing the knowledge acquired by a parent through the course of its generation to its children

Notifications You must be signed in to change notification settings

arpitadash/ReinforcementLearningOverGenerations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReinforcementLearningOverGenerations

To run the code

You need to have the OpenAI gym package installed.
  • pip install gym
If you prefer, you can also clone the gym Git repository directly.
  • git clone https://github.com/openai/gym
  • cd gym
  • pip install -e .
To run our custom organism O's environment
  • cd gym_organism
  • pip install -e .
Make sure you have python>=3.7 installed.

To observe the changes over generations

  • python3.7 q-table.py

About

Passing the knowledge acquired by a parent through the course of its generation to its children

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published