ALife
First, the requirements need to be installed:
pip install -r requirements.txt`
Then, a model can be trained for the baselines/deepq
cartpole example, and running the agent based on the trained model:
# This would take a while
python alife/main.py --train
python alife/main.py