Skip to content

Commit

Permalink
Update baselines: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
zuoxingdong committed Aug 7, 2019
1 parent 1203bec commit 9ed7286
Show file tree
Hide file tree
Showing 2 changed files with 256 additions and 427 deletions.
4 changes: 2 additions & 2 deletions baselines/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ This example includes the implementations of the following reinforcement learnin
- RL
- [Vanilla Policy Gradient (VPG)](vpg)
- [Proximal Policy Optimization (PPO)](ppo)
- [Deep Deterministic Policy Gradients (DDPG)](ddpg)
- [Twin Delayed DDPG (TD3)](td3)
- [Deep Deterministic Policy Gradients (DDPG)](ddpg_td3)
- [Twin Delayed DDPG (TD3)](ddpg_td3)
- [Soft Actor-Critic (SAC)](sac)

# Download loggings for reproducibility
Expand Down
679 changes: 254 additions & 425 deletions baselines/plot.ipynb

Large diffs are not rendered by default.

0 comments on commit 9ed7286

Please sign in to comment.