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
I want to run other atari game, it's performance looks doesn't good. Could anyone help me? Whether I can achieve this goal by change "gym.make('ENV_NAME')", and it's real_action? help me plllllz, appreciate so MUCH
I have changed the code like I wrote above, it's performance not so good, and occurs some ERRORS. like this:
TypeError: unsupported operand type(s) for /: 'tuple' and 'float'Traceback (most recent call last):
File "ddqn_spaceinvaders.py", line 372, in
agent.train_replay(step)
File "ddqn_spaceinvaders.py", line 235, in train_replay
history[i] = np.float32(mini_batch[i][0] / 255.)
The text was updated successfully, but these errors were encountered:
I want to run other atari game, it's performance looks doesn't good. Could anyone help me? Whether I can achieve this goal by change "gym.make('ENV_NAME')", and it's real_action? help me plllllz, appreciate so MUCH
I have changed the code like I wrote above, it's performance not so good, and occurs some ERRORS. like this:
TypeError: unsupported operand type(s) for /: 'tuple' and 'float'Traceback (most recent call last):
File "ddqn_spaceinvaders.py", line 372, in
agent.train_replay(step)
File "ddqn_spaceinvaders.py", line 235, in train_replay
history[i] = np.float32(mini_batch[i][0] / 255.)
The text was updated successfully, but these errors were encountered: