quantumiracle / nash-dqn

Official code of Nash-DQN for paper: Nash-DQN algorithm for two-player zero-sum Markov games, details see our paper: A Deep Reinforcement Learning Approach for Finding Non-Exploitable Strategies in Two-Player Atari Games. Zihan Ding, Dijia Su, Qinghua Liu, Chi Jin
17 stars 2 forks source link

NameError: name 'boxing_v2' is not defined #8

Open time-TT opened 8 months ago

time-TT commented 8 months ago

Traceback (most recent call last): File "E:\nash_DQN\nash_DQN_2\nash-dqn-master\launch.py", line 169, in env = eval(args.env_name).parallel_env(obs_type=obs_type, full_action_space=False) File "", line 1, in NameError: name 'boxing_v2' is not defined

How can I solve this problem,thanks