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
poetry install
can not load the model from HF, get the error when I run python -m cleanrl_utils.enjoy --exp-name cleanba_ppo_envpool_procgen --env-id CoinrunHard-v0
python -m cleanrl_utils.enjoy --exp-name cleanba_ppo_envpool_procgen --env-id CoinrunHard-v0
KeyError: 'cleanba_ppo_envpool_procgen'
I should be able to see the performance of pretrained policy in HF
Is this exp deprecated?
curl -sSL https://install.python-poetry.org | python3 - git clone https://github.com/vwxyzjn/cleanrl.git && cd cleanrl poetry install pip3 install -r requirements/requirements.txt pip3 install -r requirements/requirements-procgen.txt poetry install -E procgen pip install "cleanrl[jax,envpool,atari]" python -m cleanrl_utils.enjoy --exp-name cleanba_ppo_envpool_procgen --env-id CoinrunHard-v0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem Description
Checklist
poetry install
(see CleanRL's installation guideline.Current Behavior
can not load the model from HF, get the error when I run
python -m cleanrl_utils.enjoy --exp-name cleanba_ppo_envpool_procgen --env-id CoinrunHard-v0
Expected Behavior
I should be able to see the performance of pretrained policy in HF
Possible Solution
Is this exp deprecated?
Steps to Reproduce
The text was updated successfully, but these errors were encountered: