Skip to content

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

Notifications You must be signed in to change notification settings

breadbread1984/TFAgentsDemo

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages