delvtech / agent0

Analysis & simulation repo for Delv
https://agent0.readthedocs.io/en/latest/
Apache License 2.0
45 stars 18 forks source link

allow agent0 to spin up with an external docker container #1499

Closed dpaiton closed 4 weeks ago

dpaiton commented 1 month ago

For checkpoint bot (and possibly lpandarb bot) to get along well with infra, it might be a good idea to give the ability to tell agent0 to not spin up a docker container and instead point to an existing one. Need to investigate & implement the fix if so.

slundqui commented 1 month ago

This was implemented in https://github.com/delvtech/agent0/pull/1504, but further work needs to be done to fully support and run in infra. This is currently blocked by a release with this implementation: https://github.com/delvtech/hyperdrive/pull/1039

slundqui commented 4 weeks ago

Fixed with update in infra https://github.com/delvtech/hyperdrive-infra/pull/118