flatland-association / flatland-rl

The Flatland Framework is a multi-purpose environment to tackle problems around resilient resource allocation under uncertainty. It is designed to be a flexible and method agnostic to solve a wide range of problems in the field of operations research and reinforcement learning.
https://www.flatland-association.org/
MIT License
20 stars 7 forks source link

PR for 40 fix notebooks ready for pytest --nbmake #41

Closed hagrid67 closed 9 months ago

hagrid67 commented 11 months ago

added timetable_generator param to RaiEnv constructor added a "flatland2" timetable generator env_edit_utils::makeEnv2 passes flatland2 timetable_generator to env. fixed up the notebooks simple-graph-plot-2022 and Agent-Close-Following they now run in: pytest --nbmake notebooks/simple-graph* notebooks/Agent-Close*

aiAdrian commented 11 months ago

I have just cleaned up the code (formatting)

hagrid67 commented 9 months ago

I read about pip-compile creating the requirements*.txt files. Running the command lines above, the git merge main does not give me any conflicts. I'm trying to close the PR.