yunke-wang / gail_atari

PyTorch Implementation of Visual GAIL in Atari Games
MIT License
10 stars 0 forks source link

NameError: name 'discr' is not defined #1

Closed liuxm0239 closed 2 years ago

liuxm0239 commented 2 years ago

Hi, var discr not found while I am trying to run train_ppo.py

image

yunke-wang commented 2 years ago

Hi, var discr not found while I am trying to run train_ppo.py

image

Hi👋Please set args.gail to False in a2c_ppo_acktr/arguments.py. This might solve the problem.

liuxm0239 commented 2 years ago

Thank you, that works.