Skip to content

Path fixes in experiments folder #229

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MoonGlow22
Copy link

@MoonGlow22 MoonGlow22 commented Apr 26, 2025

In the experiments directory, the file paths were incorrectly specified.
They were written as "sumo_rl/nets/double/network.net.xml" instead of "../sumo_rl/nets/double/network.net.xml".
I have corrected all the relevant paths in the experiments folder to ensure they correctly reference the intended files.

sumo-rl-main/
├── sumo_rl/
│ └── nets/
│ └── double/
│ ├── network.net.xml
│ └── flow.rou.xml
├── experiments/
│ └── sarsa_double.py

Btw, thanks a lot for this project
It really helped me with my Communication II course project on reinforcement learning for IoT systems
I appreciate the time and effort you put into making it clear and easy to use

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant