You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
部署rlcard 后 尝试运行run_rl.py 报错 麻烦问一下 该如何处理
root@ip:~/rlcard/examples# python3 run_rl.py
--> Running on the CPU
Logs saved in experiments/leduc_holdem_dqn_result/
Traceback (most recent call last):
File "run_rl.py", line 181, in
train(args)
File "run_rl.py", line 92, in train
tournament(
File "/root/rlcard/rlcard/utils/utils.py", line 210, in tournament
_, _payoffs = env.run(is_training=False)
File "/root/rlcard/rlcard/envs/env.py", line 149, in run
next_state, next_player_id = self.step(action, self.agents[player_id].use_raw)
AttributeError: 'DQNAgent' object has no attribute 'use_raw'
The text was updated successfully, but these errors were encountered:
部署rlcard 后 尝试运行run_rl.py 报错 麻烦问一下 该如何处理
root@ip:~/rlcard/examples# python3 run_rl.py
--> Running on the CPU
Logs saved in experiments/leduc_holdem_dqn_result/
Traceback (most recent call last):
File "run_rl.py", line 181, in
train(args)
File "run_rl.py", line 92, in train
tournament(
File "/root/rlcard/rlcard/utils/utils.py", line 210, in tournament
_, _payoffs = env.run(is_training=False)
File "/root/rlcard/rlcard/envs/env.py", line 149, in run
next_state, next_player_id = self.step(action, self.agents[player_id].use_raw)
AttributeError: 'DQNAgent' object has no attribute 'use_raw'
The text was updated successfully, but these errors were encountered: