Farama-Foundation / PettingZoo

An API standard for multi-agent reinforcement learning environments, with popular reference environments and related utilities

Home Page:https://pettingzoo.farama.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug Report] Incorrect link in documentation

Jesper-Hustad opened this issue · comments

Describe the bug

Link goes to wrong page. Just a typo mistake.

in file docs/content/environment_creation.md
on line 9

Current: [Parallel](/api/aec/)

Intended: [Parallel](/api/parallel/)

Code example

This would be the corrected version.

We will walk through the creation of a simple Rock-Paper-Scissors environment, with example code for both [AEC](/api/aec/) and [Parallel](/api/parallel/) environments.

System info

not relevant

Additional context

No response

Checklist

  • I have checked that there is no similar issue in the repo

Thanks for catching this, if you want to make a quick PR fixing it we would happily accept it, otherwise one of us can do it