Add link to Panda Gym paper
#2
by
qgallouedec
HF staff
- opened
README.md
CHANGED
@@ -36,3 +36,5 @@ pipeline = StableDiffusionPipeline.from_pretrained('zhangshengdong/panda-animal-
|
|
36 |
image = pipeline().images[0]
|
37 |
image
|
38 |
```
|
|
|
|
|
|
36 |
image = pipeline().images[0]
|
37 |
image
|
38 |
```
|
39 |
+
|
40 |
+
Panda Gym environments: [arxiv.org/abs/2106.13687](https://arxiv.org/abs/2106.13687)
|