emdqn icon indicating copy to clipboard operation
emdqn copied to clipboard

Code for paper "Episodic Memory Deep Q-Networks" (https://arxiv.org/abs/1805.07603), IJCAI 2018

Results 2 emdqn issues
Sort by recently updated
recently updated
newest added

Hi, there can be a bug in wrappers. When I first ran the code, I got the following bug. ![截屏2020-10-13 下午7 55 51](https://user-images.githubusercontent.com/38036768/95857476-3f183400-0d8e-11eb-9850-4c877f50be74.png) I found the reason is that wrapper'...

Hello LinZichuan, I tried your train_cartpole.py, but got: Traceback (most recent call last): File "train_cartpole.py", line 31, in main() File "train_cartpole.py", line 24, in main callback=callback File "c:\emdqn-master\baselines\deepq\simple.py", line 235,...