8000 GitHub - WinstonChenn/trolly-sim: A simulation study for multi-agent trolly problem
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

WinstonChenn/trolly-sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Multi-agent trolly problem simulation

Problem Setup:

There are n AI-trolleys with malfunctioning brakes barreling down n parallel railway tracks. Ahead of them on the tracks, there are random numbers of people tied up on each of the tracks. Each AI-trolly can independently make the decision to:

  1. stay in the same track
  2. switch to a neighboring track.

For each option they chose, there will be two possible outcomes:

  1. They are the only trolly on that track, and they only kill the people tied on that track.
  2. They run into a neighboring trolly or a neighboring trolly runs into them. Passengers on both trolleys and the people tied on the track are all killed.

About

A simulation study for multi-agent trolly problem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0