Commit
·
48c5fa0
1
Parent(s):
fe11896
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
@@ -109,3 +109,5 @@ mean_reward, std_reward = evaluate_policy(model, eval_env)
|
|
109 |
print(f"Mean reward = {mean_reward:.2f} +/- {std_reward:.2f}")
|
110 |
...
|
111 |
```
|
|
|
|
|
|
109 |
print(f"Mean reward = {mean_reward:.2f} +/- {std_reward:.2f}")
|
110 |
...
|
111 |
```
|
112 |
+
|
113 |
+
Panda Gym environments: [arxiv.org/abs/2106.13687](https://arxiv.org/abs/2106.13687)
|