openai / gym

A toolkit for developing and comparing reinforcement learning algorithms.
https://www.gymlibrary.dev
Other
34.45k stars 8.59k forks source link

Board games have been removed #1070

Closed chairik closed 5 years ago

chairik commented 6 years ago

Hi everyone,

As i noticed in the last version of GYM board games have been removed. Can you please inform me where i to find the last board games of GYM?, such the Go etc. Or is there any library that has several board games ready for GYM? I need board games such as chess, connect-4, tic-tac-toe, go etc.

Thank you in advance

Dinob661 commented 6 years ago

Hi! I am in the same position as Chairik, I was looking for the board games and I can't find them! I would like to use Chess, Go, Connect-4 etc. as well! Any information would be awesome.

vochicong commented 5 years ago

There is a simple chess environment for openai/gym at https://github.com/genyrosk/gym-chess

christopherhesse commented 5 years ago

Thanks for the answer @vochicong! There may be other board game environments, but you will have to search around for them. Feel free to update this issue if you find any. You can also use the old version of gym if you just need the environments, or refactor them into a standalone python package.

karhohs commented 5 years ago

Will someone please share an explanation on why board game environments were removed from GYM? Is there another toolkit better suited to applying reinforcement learning to a board game?

vochicong commented 5 years ago

From https://github.com/openai/gym/blob/master/README.rst

2018-01-25: ... Removed the board_game, debugging, safety, parameter_tuning environments since they're not being maintained by us at OpenAI. We encourage authors and users to create new repositories for these environments.