Closed kierad closed 1 year ago
Hi @kierad. Thanks for reporting this bug. It occurs in the v0.3.1 version which is from July last year. The current master does not have this issue so I recommend trying that one. We will hopefully have a new release soon with the bugfix (see the milestone here)!
Bug description
Seeing this error when running quickstart scripts:
KeyError: 'Ingredient for named config "environment.fast" not found'
Steps to reproduce
conda create -n imitation1 python=3.8
conda activate imitation1
git clone -b v0.3.1 https://github.com/HumanCompatibleAI/imitation.git
cd imitation
pip install -e ".[dev]"
(which results in a very long stack trace ending in:but it does say that
imitation
was built successfully.)python -m imitation.scripts.train_rl with pendulum environment.fast policy_evaluation.fast rl.fast fast logging.log_dir=quickstart/rl/
which produces the error:Environment
pip freeze --all
: