We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Small issue:
it should be
The text was updated successfully, but these errors were encountered: