Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 719 Bytes

File metadata and controls

20 lines (11 loc) · 719 Bytes

First assignment for Research track 1

How to run the code

To run the code, open the terminal shell, move to the robot-sim directory and run:

$python2 run.py assignment.py

Pseudocode

pseudocode

Possible improvements

One of the possible improvements could be: making sure that the robot always finds the token closest to it.

By making a 360-degree turn, the robot could store in a list all the distances to the tokens in the environment, so later it can direct itself to the nearest token and improve its execution time