-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot reproduce result on ObstructedMaze-2Dlhb #1
Comments
I meet the same issue. Do you solve it ? @sungwoong @tianjunz |
Here is my hyper-parameters `args: {
` |
Hi @sungwoong and @CrazySssst , I am writing this in case you are still interested in reproducing NovelD's results. We re-implemented NovelD based on its original paper and the code released in this repository, and successfully reproduced reasonably good results in For your reference, here are our paper and our implementation of NovelD. Hyperparameters used by us can be found in the appendix of our paper. |
Hi @tianjunz
I ran your codes with the same command you suggested as
OMP_NUM_THREADS=1 python main.py --model bebold --env MiniGrid-ObstructedMaze-2Dlhb-v0 --total_frames 500000000 --intrinsic_reward_coef 0.05 --entropy_cost 0.0005
However, the obtained "mean episode return" is still 0 even after 60M frames, which is different from that in Fig.4 in the paper (NovelD).
my log: logs.csv
Could you check it or share your result (log)?
FYI, MultiRoom and KeyCorridor tasks seem to be reproduced. I used the following versions: pytorch(1.10.0), gym(0.15.4), gym_minigrid(1.0.2).
Thanks,
Sungwoong.
The text was updated successfully, but these errors were encountered: