huawei-noah / SMARTS

Scalable Multi-Agent RL Training School for Autonomous Driving
MIT License
925 stars 186 forks source link

[Bug Report] SMARTS keeping throwing this warning #2160

Open Apoorvgarg-creator opened 1 month ago

Apoorvgarg-creator commented 1 month ago

High Level Description

While running any example I keep getting this warning (Check Error Logs), which doesn't let me read any logs. Getting this even on running Ctrl + C.

Version

2.0.1

Steps to reproduce the bug

git clone https://github.com/huawei-noah/SMARTS.git
cd <path/to/SMARTS>
docker run --rm -it -v $PWD:/src -p 8081:8081 huaweinoah/smarts:latest

# Install Sumo, gymnasium and Envision inside Docker
pip install -e .[envision,sumo,gymnasium]
scl envision start -p 8081 &
# Go to Web browser and Open localhost:8081

# build a Simple Scenario
scl scenario build scenarios/sumo/loop --clean
python examples/e2_single_agent.py scenarios/sumo/loop


### System info

MacOs 14.5
Using Docker to run SMARTs.
Python Version - Python 3.8.10 (Docker)

### Error logs and screenshots

WARNING:tornado.general:404 GET /simulations/2024081011464213/state (192.168.65.1): Simulation `2024081011464213` not found.
WARNING:tornado.general:404 GET /simulations/2024081011464213/state (192.168.65.1): Simulation `2024081011464213` not found.
WARNING:tornado.general:404 GET /simulations/2024081011464213/state (192.168.65.1): Simulation `2024081011464213` not found.

### Impact (If known)

_No response_