L2RPN Sandbox, on the case14 file Forum

Go back to competition Back to thread list Post in this thread

> About Grid2viz issue

Hi
I installed the package and run the command in the windows terminal. There is a page popped out in my browser but results are not presented. You can see the blue menu bar but it is just empty below. I am using the agents_path and env in the original package. Any idea about what is wrong here? I started a new issue in github.
https://github.com/mjothy/grid2viz/issues/20

The following is the codes and results shown in the python Console.
import os
agent_dir = "XXX\Grid2op_learning\Grid2Viz\grid2viz\data\agents"
env_dir = "XXX\Grid2op_learning\Grid2Viz\grid2viz\data\env_conf"
comm="grid2viz --agents_path "+agent_dir+" --env_path "+env_dir+" --port 8050"
os.system(comm)

Serving Flask app "grid2viz.app" (lazy loading)
Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
Debug mode: off
Running on http://127.0.0.1:8050/ (Press CTRL+C to quit)
127.0.0.1 - - [04/Jun/2020 10:30:17] "GET / HTTP/1.1" 200 -

Posted by: zhuozy17 @ June 4, 2020, 2:44 a.m.
Post in this thread