370025263 / openmines

an open-pit mine traffic simulator for mining truck dispatch algorithms
MIT License
11 stars 1 forks source link

Add a networkX/dictionary based road network with labelled edges. #6

Open am4321 opened 6 days ago

am4321 commented 6 days ago

Is it possible to add a networkX graph of the haul road network with labels on the edges for one-way, stop etc. This would make the simulation more practical. Vertices can also be labelled as source and destinations with dictionaries given on how much material is to be moved from each source to the each destination.

370025263 commented 6 days ago

Thank you for your suggestion, @am4321. This is an excellent idea that aligns well with our goals to make OpenMines more practical and flexible for real-world mining scenarios.

i'm working on 0.2.0, introducing a fine gym environment. the issues you suggetested may be added in ver 0.3.0.