python 3.5.6 所以pycharm的版本最高只能在2020.2.x
环境配置:
pip install -r requirements.txt
从10_A3C往后的文件夹,需要使用requirements_3_7.txt依赖,Python 3.7.16
tensorflow 图形化查看神经网络:tensorboard --logdir logs
In these tutorials for reinforcement learning, it covers from the basic RL algorithms to advanced algorithms developed recent years.
If you speak Chinese, visit 莫烦 Python or my Youtube channel for more.
As many requests about making these tutorials available in English, please find them in this playlist: (https://www.youtube.com/playlist?list=PLXO45tsB95cIplu-fLMpUEEZTwrDNh6Ba)
- Tutorials
- Simple entry example
- Q-learning
- Sarsa
- Sarsa(lambda)
- Deep Q Network (DQN)
- Using OpenAI Gym
- Double DQN
- DQN with Prioitized Experience Replay
- Dueling DQN
- Policy Gradients
- Actor-Critic
- Deep Deterministic Policy Gradient (DDPG)
- A3C
- Dyna-Q
- Proximal Policy Optimization (PPO)
- Curiosity Model, Random Network Distillation (RND)
- Some of my experiments

If this does help you, please consider donating to support me for better tutorials. Any contribution is greatly appreciated!