Skip to content

Simulation codes and examples for wide range of topics

Notifications You must be signed in to change notification settings

kernelshreyak/simulations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simulation codes repo

This repo contains a collection of simulations on various topics/concepts, mostly written in Python and C/C++.

Recent additions

  • monte-carlo-simulations/wealth_monte_carlo.py: lifetime wealth Monte Carlo with debt vs. no-debt scenarios.
  • physics_simulations_general/mujoco/box_rain.py: MuJoCo box rain simulation with generated MJCF.
  • myplant.py: a simple terminal-based plant care tracker.