Add link to Panda Gym paper
#1
by
qgallouedec
HF staff
- opened
README.md
CHANGED
@@ -62,4 +62,5 @@ model.learn(1_000_000, progress_bar=True, callback=WandbCallback(verbose=2))
|
|
62 |
wandb_run.finish()
|
63 |
```
|
64 |
|
65 |
-
Weights & Biases charts: https://wandb.ai/patonw/PandaPickAndPlace-v3/runs/w7lzlwnx/workspace?workspace=user-patonw
|
|
|
|
62 |
wandb_run.finish()
|
63 |
```
|
64 |
|
65 |
+
Weights & Biases charts: https://wandb.ai/patonw/PandaPickAndPlace-v3/runs/w7lzlwnx/workspace?workspace=user-patonw
|
66 |
+
Panda Gym environments: [arxiv.org/abs/2106.13687](https://arxiv.org/abs/2106.13687)
|