Jie Liu
Results
2
issues of
Jie Liu
It seems that if the json file contains Infinity, then spary cannot handle it. Now our code try to use parseJson.convertTo[A] to convert it to a case class A and...
It seems that the examples under ptan/samples are outdated. For instance, the code for creating agent in dqn_expreplay.py does not match the current definition `agent = ptan.agent.DQNAgent(model, action_selector), cuda=cuda_enabled)` While...