Farama-Foundation / Gymnasium

An API standard for single-agent reinforcement learning environments, with popular reference environments and related utilities (formerly Gym)
https://gymnasium.farama.org
MIT License
7.29k stars 810 forks source link

[Question] New gymnasium environment #753

Closed bpiwowar closed 1 year ago

bpiwowar commented 1 year ago

Question

The discord link on https://gymnasium.farama.org/environments/third_party_environments/ is not working anymore.

So how can one report a new environment - I just created

https://github.com/bpiwowar/pystk2-gymnasium

which a SuperTuxKart environment

Kallinteris-Andreas commented 1 year ago

what do you mean it not working? the page renders on my browser, you can make a PR to add it to the list https://github.com/Farama-Foundation/Gymnasium/blob/main/docs/environments/third_party_environments.md

bpiwowar commented 1 year ago

Sorry, the link

If you'd like to contribute an environment, please reach out on [Discord](https://discord.gg/nHg2JRN489).

does not work (discord says the link has expired)

Kallinteris-Andreas commented 1 year ago

The readme has an invitation link

bpiwowar commented 1 year ago

Which readme?

Kallinteris-Andreas commented 1 year ago

https://github.com/Farama-Foundation/Gymnasium

bpiwowar commented 1 year ago

ah ok thanks; I submitted a pull request, tell me if this is enough (don't have a discord account but I can create one if needed)