2048_env icon indicating copy to clipboard operation
2048_env copied to clipboard

It seems not a standard ddqn implementation.

Open mythsman opened this issue 2 years ago • 3 comments

https://github.com/YangRui2015/2048_env/blob/2e9b3938492e4f7a0a2b627b8607ad1c203d273a/dqn_agent.py#L96

I was new to DQN , and confused with this line . And it should be q_eval_4_next_state_argmax instead of q_eval_4_this_state_argmax , right ?

mythsman avatar May 25 '22 14:05 mythsman