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

KeyError: 'cleanba_ppo_envpool_procgen' #452

Open
3 tasks done
zhixiongzh opened this issue Mar 15, 2024 · 0 comments
Open
3 tasks done

KeyError: 'cleanba_ppo_envpool_procgen' #452

zhixiongzh opened this issue Mar 15, 2024 · 0 comments

Comments

@zhixiongzh
Copy link

Problem Description

Checklist

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

KeyError: 'cleanba_ppo_envpool_procgen'

Expected Behavior

I should be able to see the performance of pretrained policy in HF

Possible Solution

Is this exp deprecated?

Steps to Reproduce

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
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