Commit
•
f6a9573
1
Parent(s):
c9b7ae3
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
@@ -67,3 +67,5 @@ OrderedDict([('batch_size', 256),
|
|
67 |
'n_sampled_goal=4 )'),
|
68 |
('normalize_kwargs', {'norm_obs': True, 'norm_reward': False})])
|
69 |
```
|
|
|
|
|
|
67 |
'n_sampled_goal=4 )'),
|
68 |
('normalize_kwargs', {'norm_obs': True, 'norm_reward': False})])
|
69 |
```
|
70 |
+
|
71 |
+
Panda Gym environments: [arxiv.org/abs/2106.13687](https://arxiv.org/abs/2106.13687)
|