-
Notifications
You must be signed in to change notification settings - Fork 266
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #352 from kengz/v4-dev
v4.0.0 prerelease merge: Algorithm Benchmark, Analysis, API simplification
- Loading branch information
Showing
166 changed files
with
10,301 additions
and
10,025 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"experimental/a2c/a2c_gae_atari.json": { | ||
"a2c_gae_atari": "train" | ||
}, | ||
"experimental/a2c/a2c_gae_cont.json": { | ||
"a2c_gae_cont": "train" | ||
}, | ||
"experimental/a2c/a2c_gae_cont_hard.json": { | ||
"a2c_gae_cont_hard": "train" | ||
}, | ||
} |
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,8 @@ | ||
{ | ||
"experimental/a2c/a2c_atari.json": { | ||
"a2c_atari": "train" | ||
}, | ||
"experimental/a2c/a2c_cont.json": { | ||
"a2c_cont": "train" | ||
}, | ||
} |
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,5 @@ | ||
{ | ||
"experimental/a3c/a3c_gae_atari.json": { | ||
"a3c_gae_atari": "train" | ||
}, | ||
} |
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,14 @@ | ||
{ | ||
"experimental/dqn/dqn_atari.json": { | ||
"dqn_atari": "train" | ||
}, | ||
"experimental/dqn/dqn_per_atari.json": { | ||
"dqn_per_atari": "train" | ||
}, | ||
"experimental/dqn/ddqn_atari.json": { | ||
"ddqn_atari": "train" | ||
}, | ||
"experimental/dqn/ddqn_per_atari.json": { | ||
"ddqn_per_atari": "train" | ||
}, | ||
} |
File renamed without changes.
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,11 @@ | ||
{ | ||
"experimental/ppo/ppo_atari.json": { | ||
"ppo_atari": "train" | ||
}, | ||
"experimental/ppo/ppo_cont.json": { | ||
"ppo_cont": "train" | ||
}, | ||
"experimental/ppo/ppo_cont_hard.json": { | ||
"ppo_cont_hard": "train" | ||
}, | ||
} |
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.