We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0abdce9 + 84a699f commit 239560fCopy full SHA for 239560f
examples/custom_env/README.md
@@ -1,5 +1,6 @@
1
# Integrate user-defined environments into OpenRL
2
3
+[[Tutorial](https://openrl-docs.readthedocs.io/en/latest/custom_env/index.html)] | [[中文教程](https://openrl-docs.readthedocs.io/zh/latest/custom_env/index.html)]
4
5
Here, we provide several toy examples to show how to add user-defined environments into OpenRL.
6
examples/custom_env/pettingzoo_env.py
@@ -30,6 +30,5 @@
30
env_num=10,
31
opponent_wrappers=[RandomOpponentWrapper],
32
)
33
-obs, info = env.reset()
34
35
train_and_test(env)
0 commit comments