moratodpg / imp_marl

IMP-MARL: a Suite of Environments for Large-scale Infrastructure Management Planning via MARL
Apache License 2.0
35 stars 5 forks source link

Setup #76

Closed PaLeroy closed 10 months ago

PaLeroy commented 10 months ago

Try it: pip install git+http://github.com/moratodpg/imp_marl.git@setup

moratodpg commented 10 months ago

pip install is working from my end!

PaLeroy commented 10 months ago

I think it is working well.

from imp_marl.imp_wrappers.pettingzoo import pettingzoo_wrap_struct from imp_marl.imp_wrappers.gym import gym_wrap_sa_struct from imp_marl.imp_wrappers.gymnasium import gymnasium_wrap_sa_struct

PaLeroy commented 10 months ago

will do the same for marl_lib and the examples

PaLeroy commented 10 months ago

You can also try to execute examples: python -m imp_marl.imp_wrappers.gym.examples.random_gym

moratodpg commented 10 months ago

It is working nicely!

image
PaLeroy commented 10 months ago

Nice! We merge? :D