qgallouedec HF staff commited on
Commit
d6ebeef
1 Parent(s): c9b7ae3

Add link to Panda Gym paper (#2)

Browse files

- Add link to Panda Gym paper (f6a9573b5c5cf0e6bc31c55f01d4bb4a458266a9)

Files changed (1) hide show
  1. README.md +2 -0
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)