00 OpenAI Gym Style Tic Tac Toe - smart1004/doc GitHub Wiki

https://www.youtube.com/watch?v=chVLag1NIAQ μ •μ£Ό: 파이썬으둜 λ‚˜λ§Œμ˜ κ°•ν™”ν•™μŠ΅ ν™˜κ²½ λ§Œλ“€κΈ° https://github.com/haje01/gym-tictactoe

https://www.slideshare.net/ssuser163469/ss-78685946

  • class TicTacToeEnv(gym.Env): Now your Env and Wrapper subclasses should define step, reset, render, close, seed rather than underscored method names.

https://github.com/openai/baselines/issues/272