agentos-project / agentos

The Python Component System (PCS) is an API and CLI for building, running, and sharing Python code. AgentOS is a set of libraries built on top of PCS that make it easy to build, run, and share agents that use Reinforcement Learning.
https://agentos.org
Apache License 2.0
13 stars 4 forks source link

Fix pip dependency resolver issue #399

Closed nickjalbert closed 2 years ago

nickjalbert commented 2 years ago

Small fix in the acme requirements to manually resolve a pip dependency conflict that significantly slows down the environment setup.

Brings dependency install time down from ~11ish minutes to ~4ish minutes on Ubuntu.

andyk commented 2 years ago

This is great!