Skip to content

alexgl-github/rl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

1. TF2.0 Keras implementation of reinforcement learning algorithms

Requirements:

numpy==1.19.4
tensorflow>=2.0
gym==0.17.3

Proximal Policy Optimization (PPO) algorithm.

For more information, see OpenAI PPO page.

$ python3 src/ppo.py

Actor Critic algorithm.

python3 src/ac.py

About

Reinforcement Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages