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

Reproduction util: wrong command path #440

Open
qgallouedec opened this issue Dec 13, 2023 · 0 comments
Open

Reproduction util: wrong command path #440

qgallouedec opened this issue Dec 13, 2023 · 0 comments

Comments

@qgallouedec
Copy link
Collaborator

Small issue:

$ python -m cleanrl_utils.reproduce --run openrlbenchmark/cleanrl/runs/c1y1qnz4

# run the following
python3 -m venv venv
source venv/bin/activate
pip install -r https://api.wandb.ai/files/openrlbenchmark/cleanrl/c1y1qnz4/requirements.txt
curl -OL https://api.wandb.ai/files/openrlbenchmark/cleanrl/c1y1qnz4/code/cleanrl/ppo_atari.py
python /fsx/costa/cleanrl/cleanrl/ppo_atari.py --track --env-id BreakoutNoFrameskip-v4 --seed 3

it should be

- python /fsx/costa/cleanrl/cleanrl/ppo_atari.py --track --env-id BreakoutNoFrameskip-v4 --seed 3
+ python ppo_atari.py --track --env-id BreakoutNoFrameskip-v4 --seed 3
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

1 participant