Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
muupan committed Apr 22, 2017
1 parent 67c38e8 commit df8a584
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ For more information, you can refer to [ChainerRL's documentation](http://chaine

| Algorithm | Discrete Action | Continous Action | Recurrent Model | CPU Async Training |
|:----------|:---------------:|:----------------:|:---------------:|:------------------:|
| DQN (including DoubleDQN etc.) | o | o (NAF) | o | x |
| DDPG | x | o | o | x |
| A3C | o | o | o | o |
| ACER | o | o | o | o |
| NSQ (N-step Q-learning) | o | o (NAF) | o | o |
| PCL (Path Consistency Learning) | o | o | o | o |
| DQN (including DoubleDQN etc.) | | (NAF) | | x |
| DDPG | x | | | x |
| A3C | | | | |
| ACER | | | | |
| NSQ (N-step Q-learning) | | (NAF) | | |
| PCL (Path Consistency Learning) | | | | |

Following algorithms have been implemented in ChainerRL:
- A3C (Asynchronous Advantage Actor-Critic)
Expand Down

0 comments on commit df8a584

Please sign in to comment.