/OddEven_env

An openAI gym environment for odd or even player

Primary LanguagePython

gym-oddoreven

OPENAI gym oddoreven

Setup

  1. Clone the repo
  2. open the python interpreter in the project directory.
  3. run this to test if evything is working
import gym
import OddEven_env
env = gym.make('OddorEven-v1')
  1. add the directory to pythonpath