CodingTrain / CodingTrain/Suggestion-Box

Coding Challenge: Simulate moral conflict

Open
#1,008 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
570
Forks
85
PR merge metrics
No merged PRs in 30d

Description

Create an environment where many vehicles compete with each other to reach a fixed target. When a vehicle reaches the target it gets bigger in size.
Case 1: If it speeds up, it reaches the target first. Its size increases.
Case 2: If it slows down and lets the others reach first,the overall size of the group(including itself) increases. However, this growth is lesser than in the former case.
The probability of reaching the target first is random. However,if it chooses option 2, the growth is guaranteed but much slower. So,the vehicle has to decide which option to choose to reach the maximum possible size in a certain time.
Interested to see if moral conflict can be 'simulated', where an entity has to decide between being selfish vs working for the greater good.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.