This repository has been archived by the owner on Dec 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 462
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Gal Leibovich
authored
Jun 16, 2019
1 parent
8df3c46
commit 7eb884c
Showing
107 changed files
with
2,200 additions
and
495 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# Twin Delayed DDPG | ||
|
||
Each experiment uses 5 seeds and is trained for 1M environment steps. | ||
The parameters used for TD3 are the same parameters as described in the [original paper](https://arxiv.org/pdf/1802.09477.pdf), and [repository](https://github.com/sfujim/TD3). | ||
|
||
### Ant TD3 - single worker | ||
|
||
```bash | ||
coach -p Mujoco_TD3 -lvl ant | ||
``` | ||
|
||
<img src="ant.png" alt="Ant TD3" width="800"/> | ||
|
||
|
||
### Hopper TD3 - single worker | ||
|
||
```bash | ||
coach -p Mujoco_TD3 -lvl hopper | ||
``` | ||
|
||
<img src="hopper.png" alt="Hopper TD3" width="800"/> | ||
|
||
|
||
### Half Cheetah TD3 - single worker | ||
|
||
```bash | ||
coach -p Mujoco_TD3 -lvl half_cheetah | ||
``` | ||
|
||
<img src="half_cheetah.png" alt="Half Cheetah TD3" width="800"/> | ||
|
||
|
||
### Reacher TD3 - single worker | ||
|
||
```bash | ||
coach -p Mujoco_TD3 -lvl reacher | ||
``` | ||
|
||
<img src="reacher.png" alt="Reacher TD3" width="800"/> | ||
|
||
|
||
### Walker2D TD3 - single worker | ||
|
||
```bash | ||
coach -p Mujoco_TD3 -lvl walker2d | ||
``` | ||
|
||
<img src="walker2d.png" alt="Walker2D TD3" width="800"/> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.