Skip to content

Commit 239560f

Browse files
authored
Merge pull request #213 from huangshiyu13/main
update readme
2 parents 0abdce9 + 84a699f commit 239560f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

examples/custom_env/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Integrate user-defined environments into OpenRL
22

3+
[[Tutorial](https://openrl-docs.readthedocs.io/en/latest/custom_env/index.html)] | [[中文教程](https://openrl-docs.readthedocs.io/zh/latest/custom_env/index.html)]
34

45
Here, we provide several toy examples to show how to add user-defined environments into OpenRL.
56

examples/custom_env/pettingzoo_env.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,5 @@
3030
env_num=10,
3131
opponent_wrappers=[RandomOpponentWrapper],
3232
)
33-
obs, info = env.reset()
3433

3534
train_and_test(env)

0 commit comments

Comments
 (0)