Skip to content
#

dynamic-programming

Here are 16 public repositories matching this topic...

deep-reinforcement-learning

This is the implementation of 3rd Part in 3-Part Series of Algorithms Illuminated Book. All Implementations in this repository are written in both Python and Golang. Single IPython Notebook contains all Algorithms given in this Part 3.

  • Updated Apr 7, 2021
  • Jupyter Notebook

This notebook serves as an introduction to Linear Programming and MILP with Python, covering both the concepts and practical applications through various popular optimization problems.

  • Updated May 13, 2024
  • Jupyter Notebook

Contains notebook implementations for the AI based assignments using graph based algorithms that are commonly used in solving AI based problems. Algorithms include BFS, DFS, Hill Climbing, Differential Evolution, Genetic, Back Tracking..

  • Updated Feb 4, 2020
  • Jupyter Notebook

This repository contains a practical application of Infinite Horizon Dynamic Programming (IHDP) techniques, demonstrated through the Frozen Lake environment and grid world examples. The repository includes a Jupyter Notebook that explores these techniques with visual aids.

  • Updated Sep 2, 2024
  • Jupyter Notebook

This repository explores deterministic dynamic programming solutions for the Shortest Path Problem (SPP) and the Traveling Salesperson Problem (TSP). It includes graphical representations, a detailed Jupyter notebook, and practical implementations for optimizing travel routes and minimizing costs in various city-based scenarios.

  • Updated Aug 10, 2024
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the dynamic-programming topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dynamic-programming topic, visit your repo's landing page and select "manage topics."

Learn more