Skip to content
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

Failed to run DrQ+ReDO #224

Open
ZifanWu opened this issue Oct 21, 2024 · 1 comment
Open

Failed to run DrQ+ReDO #224

ZifanWu opened this issue Oct 21, 2024 · 1 comment

Comments

@ZifanWu
Copy link

ZifanWu commented Oct 21, 2024

Hello there,

I wanted to reproduce the result of DrQ+ReDO on Atari 100k. Although there is a DrQ gin file in the config directory, it couldn't run successfully by simply using this config file: python -um dopamine.labs.redo.train --base_dir ~/tmp --gin_files dopamine/labs/redo/configs/DrQ_eps_dense.gin. It produces a series of errors when I was trying to execute it. At first it was
ValueError: No configurable matching 'get_mask_updater'.,
and then after I annotated this line in the gin file, there was error in the _run_one_step function in the run_experiment.py file. There were still errors after I fixed the error in the _run_one_step function.
I wonder if I have missed something. I would appreciate it if you can provide some instructions on this. Thanks!

@ZifanWu ZifanWu changed the title DrQ+ReDO implementation missing Failed to run DrQ+ReDO Oct 21, 2024
@krtimisra67
Copy link

Here first of all u have to check gin configuration ensure that you are using the correct configuration DrQ + ReDO and there are no mismatches in the file
you can reinstall the dependencies
like this
pip install -r requirements.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants