gym-cooking icon indicating copy to clipboard operation
gym-cooking copied to clipboard

It seems I configure the environment as described. But I encountered the following error.

Open nikepupu opened this issue 3 years ago • 0 comments

'OvercookedEnvironment' object has no attribute 'game'

I run the code with the following command as instructed: python main.py --num-agents 3 --level full-divider_tl --model1 up --model2 dc --model3 bd

It seems self.game is only created with record option or with_image_obs option

nikepupu avatar May 21 '21 02:05 nikepupu