Skip to content

A platformer where you are aided by clones learning from your behaviour.

License

Notifications You must be signed in to change notification settings

brianbob12/Robot_Gym

Repository files navigation

Robot_Gym

This is a tool to explore the implentation of the Double Deep Q Learning Algorithm. It is very useful for looking at reward hacking and perceptron optimization.

The environemnt is a very simple 2D physics engine written in java.

The machine learning is written in python and uses Tensorflow.