WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

blchu/BodyBuilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages