/BodyBuilder

A collection of reinforcement learning algorithms for training in OpenAI Gym.

Primary LanguagePython

BodyBuilder

A collection of machine learning algorithms for training in OpenAI Gym.

Implemented:

DQN (Mnih et al. 2015)

In Progress:

Required Software

  • Python
  • OpenAI Gym
  • TensorFlow
  • NumPy

How to Run

Run agent.py and specify the environment and algorithm to use. For example:

python3 agent.py Breakout-v0 dqn

Optional settings can be viewed with

python3 agent.py -h