Skip to content

Latest commit

 

History

History

README.md

RinSim Examples

RinSim comes with a number of examples, each example listed here can be run directly from the jar file. Instructions on how to run them can be found here.

Core examples

These are examples showcasing functionality from the RinSim-core project.

  • SimpleExample The RinSim 'hello world' example.
  • AgentCommunicationExample An example showing agent communication.
  • TaxiExample Showcase of a dynamic pickup and delivery problem (PDP). New customers are continuosly placed on the map. The strategy each vehicle follows is: (1) goto closest customer, (2) pickup customer, (3) drive to destination, (4) deliver customer, go back to (1). In case multiple vehicles move to the same customer, the first one to arrive will pick the customer up, the others will have to change their destination.
  • WarehouseExample An example showing AGVs driving around a warehouse.

Problem examples

  • GradientFieldExample example showing how the dataset from Gendreau et al. can be used in an experiment using a gradient field multi-agent approach.