vwxyzjn / cleanrl

High-quality single file implementation of Deep Reinforcement Learning algorithms with research-friendly features (PPO, DQN, C51, DDPG, TD3, SAC, PPG)
http://docs.cleanrl.dev
Other
5.02k stars 575 forks source link

Updated the pip install poetry lines in the docker files to contain -… #326

Closed LooseTerrifyingSpaceMonkey closed 1 year ago

LooseTerrifyingSpaceMonkey commented 1 year ago

…-upgrade.

Description

Added --upgrade to the pip install poetry lines in the Dockerfiles.

Types of changes

Checklist:

If you are adding new algorithm variants or your change could result in performance difference, you may need to (re-)run tracked experiments. See https://github.com/vwxyzjn/cleanrl/pull/137 as an example PR.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
cleanrl ✅ Ready (Inspect) Visit Preview Nov 27, 2022 at 8:20PM (UTC)
vwxyzjn commented 1 year ago

There is a generated link https://gitpod.io/#https://github.com/vwxyzjn/cleanrl/pull/326. @LooseTerrifyingSpaceMonkey could you test if the issue is resolved? I don’t have access to computer this week.

LooseTerrifyingSpaceMonkey commented 1 year ago

I tested it at the link you provided and I don't see the error anymore.

vwxyzjn commented 1 year ago

Awesome. Thank you for the PR.