toybox-rs / Toybox

The Machine Learning Toybox for testing the behavior of autonomous agents.
http://toybox.rs
27 stars 12 forks source link

fixed #184 by removing ProbEq, since it was not used anywhere in prod… #188

Closed etosch closed 3 years ago

etosch commented 3 years ago

…uction and was a fun idea but clearly error-prone

jjfiv commented 3 years ago

We probably don't need to be installing openmpi anymore (this is what's failing) since we're no longer dependent on baselines.

kclary commented 3 years ago

Latest commits on this branch remove mpi4py from requirements and skips the mpi install in the github-actions script.

It also removes the version requirement for gym, since that was tied to the particular baselines version we had. Might still be a good idea to add a version on the gym req since it's being maintained now. I can also move the gym changes to a separate PR if we want to have a longer discussion/for posterity.