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.