llSourcell / Policy_Gradients_to_beat_PongLinks
This is the code for the "How to Beat Pong Using Policy Gradients (LIVE)" by Siraj Raval on Youtube
☆70Updated 8 years ago
Alternatives and similar repositories for Policy_Gradients_to_beat_Pong
Users that are interested in Policy_Gradients_to_beat_Pong are comparing it to the libraries listed below
Sorting:
- Multiagent Cooperation and Competition with Deep Reinforcement Learning☆124Updated 9 years ago
- Implementation of selected reinforcement learning algorithms in Tensorflow. A3C, DDPG, REINFORCE, DQN, etc.☆151Updated 2 years ago
- Series Algorithms of Deep Reinforcement Learning, such as DQN, DDQN, one-step-DQN, DDPG, etc☆43Updated 8 years ago
- Noisy Networks for Exploration☆185Updated 7 years ago
- A TensorFlow based implementation of the DeepMind Atari playing "Deep Q Learning" agent that works reasonably well☆92Updated 7 years ago
- Pytorch implementation of Distributed Proximal Policy Optimization: https://arxiv.org/abs/1707.02286