All Projects → rldotai → mdpy

rldotai / mdpy

Licence: MIT License
Markov Decision Processes in Python

Programming Languages

HTML
75241 projects
Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to mdpy

relearn
A Reinforcement Learning Library for C++11/14
Stars: ✭ 22 (+57.14%)
Mutual labels:  markov-decision-processes
test-data-generation
Test Data Generation
Stars: ✭ 35 (+150%)
Mutual labels:  markov-decision-processes
AALpy
An Active Automata Learning Library Written in Python
Stars: ✭ 60 (+328.57%)
Mutual labels:  markov-decision-processes
Stanford Cs 221 Artificial Intelligence
VIP cheatsheets for Stanford's CS 221 Artificial Intelligence
Stars: ✭ 1,923 (+13635.71%)
Mutual labels:  markov-decision-processes
awesome-probabilistic-planning
A curated list of online resources for probabilistic planning: papers, software and research groups around the world!
Stars: ✭ 45 (+221.43%)
Mutual labels:  markov-decision-processes
ecole
Extensible Combinatorial Optimization Learning Environments
Stars: ✭ 249 (+1678.57%)
Mutual labels:  markov-decision-processes
MCTS-agent-python
Monte Carlo Tree Search (MCTS) is a method for finding optimal decisions in a given domain by taking random samples in the decision space and building a search tree accordingly. It has already had a profound impact on Artificial Intelligence (AI) approaches for domains that can be represented as trees of sequential decisions, particularly games …
Stars: ✭ 22 (+57.14%)
Mutual labels:  markov-decision-processes
MDPN
Unified notation for Markov Decision Processes PO(MDP)s
Stars: ✭ 22 (+57.14%)
Mutual labels:  markov-decision-processes
Probability
Applied Probability Theory for Everyone
Stars: ✭ 93 (+564.29%)
Mutual labels:  markov-chains
lifescripts
Automating various decisions stochastically, starting with my current coin-based intermittent fasting and dice-based kettlebell.
Stars: ✭ 20 (+42.86%)
Mutual labels:  markov-decision-processes
pomdp-py
A framework to build and solve POMDP problems. Documentation: https://h2r.github.io/pomdp-py/
Stars: ✭ 131 (+835.71%)
Mutual labels:  markov-decision-processes
LearnSnake
🐍 AI that learns to play Snake using Q-Learning (Reinforcement Learning)
Stars: ✭ 69 (+392.86%)
Mutual labels:  markov-decision-processes
markov-chain
No description or website provided.
Stars: ✭ 34 (+142.86%)
Mutual labels:  markov-chains
QuickPOMDPs.jl
Concise and friendly interfaces for defining MDP and POMDP models for use with POMDPs.jl solvers
Stars: ✭ 22 (+57.14%)
Mutual labels:  markov-decision-processes
Hierarchical-Decision-Making-for-Autonomous-Driving
Rich literature review and discussion on the implementation of "Hierarchical Decision-Making for Autonomous Driving"
Stars: ✭ 38 (+171.43%)
Mutual labels:  markov-decision-processes
cs7641-assignment4
CS7641 - Machine Learning - Assignment 4 - Markov Decision Processes
Stars: ✭ 14 (+0%)
Mutual labels:  markov-decision-processes
DISCOTRESS
🦜 DISCOTRESS 🦜 is a software package to simulate and analyse the dynamics on arbitrary Markov chains
Stars: ✭ 20 (+42.86%)
Mutual labels:  markov-chains
word-prediction
Auto generate text using Markov models.
Stars: ✭ 18 (+28.57%)
Mutual labels:  markov-chains
marc
Markov chain generator for Python and/or Swift
Stars: ✭ 61 (+335.71%)
Mutual labels:  markov-chains
4ti2
A software package for algebraic, geometric and combinatorial problems on linear spaces. By R. Hemmecke, R. Hemmecke, M. Köppe, P. Malkin, M. Walter
Stars: ✭ 21 (+50%)
Mutual labels:  markov-chains

mdpy

Markov decision processes in Python.

Features

  • Markov Decision Processes!
  • Analytic solutions!
  • Simulation!
  • Stochastic matrix algorithms!
  • Visualization!
  • Implementations of concepts specific to my research!

Install for development

git clone https://github.com/rldotai/mdpy.git
cd mdpy
pip install --editable .

License

MIT. See the LICENSE file for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].