Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 235 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 235 Bytes

rl-tf2

My own implementation of Reinforcement Learning algorithms using Tensorflow 2.0.

To run it,

python main.py

Set configurations in config.yml.

TODO:

  • Implement DQN.
  • Add dependency list, maybe create a docker.