Skip to content

Commit 66a9c7e

Browse files
Mobius1Dfindmyway
andauthored
RL unplugged implementation with tests (#452)
* RL unplugged implementation with tests * Fix NEWS.md * Fix cspell * Update README.md * Setup docs * Update README.md * tweak docs * Make changes in dependencies * Update dependencies * add .gitignore * Remove cached docs Co-authored-by: Jun Tian <[email protected]>
1 parent 50756bb commit 66a9c7e

File tree

17 files changed

+716
-42
lines changed

17 files changed

+716
-42
lines changed

.cspell/cspell.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,22 @@
121121
"gzopen",
122122
"turbulences",
123123
"Decompressor",
124+
"MADDPG",
125+
"Caglar",
126+
"Gulcehre",
127+
"Novikov",
128+
"Gómez",
129+
"Colmenarejo",
130+
"Zolna",
131+
"Merel",
132+
"Mankowitz",
133+
"Paduraru",
134+
"Dulac",
135+
"Nachum",
136+
"Heess",
137+
"Nando",
138+
"Freitas",
139+
"bufsize",
124140
"PLAS",
125141
"CRR",
126142
"reparamaterize",

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
- Add functionality for fetching d4rl datasets as an iterable DataSet. Credits: https://arxiv.org/abs/2004.07219
2323
- This supports d4rl and d4rl-pybullet and Google Research DQN atari datasets.
2424
- Uses DataDeps for data dependency management.
25+
- This package also supports RL Unplugged Atari Datasets.
2526

2627
2728

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/docs/build

0 commit comments

Comments
 (0)