Update README
@@ -23,34 +23,39 @@ Following asynchronous algorithms are removed now in this repo but can be found
|
||||
# Curves
|
||||
> Curves for CartPole are trivial so I didn't place it here. And there isn't any fixed random seed. The curves are generated in the same manner as OpenAI baselines (one run and smoothed by recent 100 episodes)
|
||||
## DQN
|
||||

|
||||
> BreakoutNoFrameSkip-v4
|
||||

|
||||
|
||||
## Categorical DQN
|
||||
> BreakoutNoFrameskip-v4
|
||||

|
||||
|
||||
## Quantile Regression DQN
|
||||
> BreakoutNoFrameskip-v4
|
||||

|
||||
|
||||
## A2C
|
||||

|
||||
> BreakoutNoFrameskip-v4
|
||||

|
||||
|
||||
## N-Step Q-Learning
|
||||
> BreakoutNoFrameskip-v4
|
||||

|
||||
|
||||
## DDPG
|
||||

|
||||
> RoboschoolHopper-v1
|
||||

|
||||
|
||||
## PPO
|
||||

|
||||
> RoboschoolHopper-v1
|
||||

|
||||
|
||||
## Action Conditional Video Prediction
|
||||
|
||||

|
||||
|
||||
**Left**: One-step prediction **Right**: Ground truth
|
||||
|
||||
Prediction is sampled after 110K iterations and I only implemented one-step training
|
||||
|
||||
## Categorical DQN
|
||||
|
||||

|
||||
|
||||
## Quantile Regression DQN
|
||||

|
||||
|
||||
## N-Step Q-Learning
|
||||

|
||||
Prediction is sampled after 110K iterations, and I only implemented one-step training
|
||||
|
||||
# Dependency
|
||||
> Tested in macOS 10.12 and CentO/S 6.8
|
||||
@@ -83,4 +88,6 @@ Prediction is sampled after 110K iterations and I only implemented one-step trai
|
||||
* [Emergence of Locomotion Behaviours in Rich Environments](https://arxiv.org/abs/1707.02286)
|
||||
* [Action-Conditional Video Prediction using Deep Networks in Atari Games](https://arxiv.org/abs/1507.08750)
|
||||
* [A Distributional Perspective on Reinforcement Learning](https://arxiv.org/abs/1707.06887)
|
||||
* [Distributional Reinforcement Learning with Quantile Regression](https://arxiv.org/abs/1710.10044)
|
||||
* [Distributional Reinforcement Learning with Quantile Regression](https://arxiv.org/abs/1710.10044)
|
||||
* [DeepMind Control Suite](https://arxiv.org/abs/1801.00690)
|
||||
* [OpenAI Baselines](https://github.com/openai/baselines), [Ilya Kostrikov](https://github.com/ikostrikov/pytorch-a2c-ppo-acktr)
|
||||
|
After Width: | Height: | Size: 392 KiB |
|
After Width: | Height: | Size: 34 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 32 KiB |
|
After Width: | Height: | Size: 28 KiB |
|
After Width: | Height: | Size: 25 KiB |
|
After Width: | Height: | Size: 38 KiB |
|
After Width: | Height: | Size: 25 KiB |