clarisaleu / RandomWalkSimulation

Bellman's lost in a forest problem simulation in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Random Walk Simulation

Bellman's lost in a forest problem simulation in Python.

Dependencies

  • Python Version 3.X
  • numpy installed in your python environments (e.g., via pip install numpy)

Run Me

python3 simulation.py -n [NUM_TRIALS] -d [DIST] -s [STEP_SIZE] -st [STRATEGY] -sh [SHAPE] -r [RADIUS] - he [HEIGHT] -w [WIDTH]

About

Bellman's lost in a forest problem simulation in Python


Languages

Language:Python 84.7%Language:Shell 15.3%