multiplayer-alphazero icon indicating copy to clipboard operation
multiplayer-alphazero copied to clipboard

gym env wrapper

Open Counterfeiter opened this issue 3 years ago • 0 comments

Hello,

would be great to test this. I have implemented a more complex board game: https://github.com/Counterfeiter/KingdomBuilder

I made a gym env wrapper... but not pushed at the moment. An Issue with your Game wrapper is, that the observation should be get back to game states and find if done is set. In ray rllib alphazero deepcopied the gym env and written back if needed by MCTS.

How could I write a simple gym wrapper for your wrapper?

Thx

Sebastian

Counterfeiter avatar Mar 21 '21 19:03 Counterfeiter