google-research / football

Check out the new game server:
https://research-football.dev
Apache License 2.0
3.28k stars 1.27k forks source link

Saving replay by rendering failed #370

Open JeremyLinky opened 6 months ago

JeremyLinky commented 6 months ago

Hi, I am trying to save the reply of the game. I set the config as follows:

write_full_episode_dumps=True, render=True, write_video = True

but getting the error: AssertionError: Environment does not support multiple rendering instances in the same process.

Could you tell me how to solve it?

Thanks