EhsanRusta
EhsanRusta
I'm trying to remove the offset of a video, the offset is -15 and use the following command to shift the video, " ffmpeg -y -i temp.mp4 -itsoffset -0.5 -i...
Im getting this error on running the code: python paper_experiment_bigleduc_exploitability.py return _env.observation_space.shape[0] + self.action_vector_size TypeError: 'NoneType' object is not subscriptable did I missed sth on the running?
I'm running the main.py with command: python main.py selfplay random --render and getting the following error, "AssertionError: The environment must specify an observation space. " I'm new to the gym...