kengz / SLM-Lab

Modular Deep Reinforcement Learning framework in PyTorch. Companion library of the book "Foundations of Deep Reinforcement Learning".
https://slm-lab.gitbook.io/slm-lab/
MIT License
1.23k stars 263 forks source link

Add missing conda env update command to arch install #483

Closed sebimarkgraf closed 3 years ago

sebimarkgraf commented 3 years ago

Fix Arch install

Somehow arch install currently only creates the env but does not update it. This is confusing for the user as the script even outputs "Updating Conda environment".

kengz commented 3 years ago

that's right. thanks for the fix!