Commit
•
fa67008
1
Parent(s):
54a9d2b
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
@@ -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)
|