Skip to content

Latest commit

 

History

History
executable file
·
26 lines (17 loc) · 417 Bytes

README.md

File metadata and controls

executable file
·
26 lines (17 loc) · 417 Bytes

TFAgentsDemo

This demo shows how a reinforcement learning problem is solved by tensorflow agents

How to install tensorflow agents library

install it with command

pip3 install tensorflow tf-agents-nightly

How to train policy

train the policy by running

python3 train_dqn_cartpole.py

How to test the policy

test the policy by running

python3 test_dqn_cartpole.py