I try to run the play_random_agent.py and get this error: `AssertionError: The environment must specify an action space. https://www.gymlibrary.dev/content/environment_creation/` Maybe we should just run it with: `env = gym.make('gym_backgammon:backgammon-v0', disable_env_checker=True)`