microsoft / maro

Multi-Agent Resource Optimization (MARO) platform is an instance of Reinforcement Learning as a Service (RaaS) for real-world resource optimization problems.

Home Page:https://maro.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ› I had an error executing "maro inspector geo --start database"

Allen-labs opened this issue Β· comments

commented

Description

I had an error executing "maro inspector geo --start database"

Screenshots

maro-real-time-vis

Environment

  • MARO version : master branch
  • MARO scenario (CIM, Citi Bike): cim
  • MARO component (Simulation, RL, Distributed Training): maro_real_time_vis
  • Orchestration platform (GraSS on Azure, AKS on Azure): vm on azure
  • How you installed MARO (pip, source): source
  • OS (Linux, Windows, macOS): centos
  • Python version (3.6, 3.7): 3.6
  • Docker image (e.g., arthursjiang/maro:cpu[5f36ed]):
  • CPU/GPU: cpu

Hello, it should be the problem of path splicing in different OS, which has now been resolved. You may pull branch master and try it again.

commented

thanks.