"Hello, World!" example of Reinforcement Learning and implementation of PPO for YoungResearcherry community.
PPO - paper
Make sure you have all CUDA dependencies, then install
pip install tensorflow-gpu
for GPU version or
pip install tensorflow
for CPU version.
Then
pip install tensorforce
For running with default parameters simply use
python cart-pole.py
See other parameters here.
- TensorForce - RL framework
