BohyungPaeng
BohyungPaeng
Thanks for finding hard-to-find errors, q310194! Sorry for bothering you with unmanageble error messages. But line 214 is included in test_logic() method, which is not used more. argument for test.py...
@q310194 Though my model have no official name in the paper, however, I nominated it as Parameter sharing Deep Q Network. Refer the Fig 2 in https://ieeexplore.ieee.org/abstract/document/9486959 with codes.
The error is related to the args.state_dim not corresponding with actual state vector generated in wrapper.py. args.state_dim is correctly given as (10,62) by default configuration in config.py (when args.did=0 and...