Commit
·
ea0176b
1
Parent(s):
f0088d8
Add link to Panda Gym paper
Browse filesHi there,
In this PR, I invite you to add a link to Panda Gym in the description of your model, it helps to better centralize all the models that use its environments. Take a look at https://huggingface.co/papers/2106.13687. This PR was generated autamically, so forgive me if it's not relevant.
Thanks for your time!
README.md
CHANGED
|
@@ -65,3 +65,5 @@ OrderedDict([('batch_size', 2048),
|
|
| 65 |
('tau', 0.05),
|
| 66 |
('normalize', False)])
|
| 67 |
```
|
|
|
|
|
|
|
|
|
| 65 |
('tau', 0.05),
|
| 66 |
('normalize', False)])
|
| 67 |
```
|
| 68 |
+
|
| 69 |
+
Panda Gym environments: [arxiv.org/abs/2106.13687](https://arxiv.org/abs/2106.13687)
|