GitHub 中文社区
回车: Github搜索    Shift+回车: Google搜索
论坛
排行榜
趋势
登录

©2025 GitHub中文社区论坛GitHub官网网站地图GitHub官方翻译

  • X iconGitHub on X
  • Facebook iconGitHub on Facebook
  • Linkedin iconGitHub on LinkedIn
  • YouTube iconGitHub on YouTube
  • Twitch iconGitHub on Twitch
  • TikTok iconGitHub on TikTok
  • GitHub markGitHub’s organization on GitHub
集合主题趋势排行榜
#

markov-decision-processes

Website
Wikipedia
https://static.github-zh.com/github_avatars/afshinea?size=40
afshinea / stanford-cs-221-artificial-intelligence

VIP cheatsheets for Stanford's CS 221 Artificial Intelligence

cheatsheet人工智能markov-decision-processesa-starconstraint-satisfaction-problembayesian-networks数据科学
2.74 k
5 年前
https://static.github-zh.com/github_avatars/sudharsan13296?size=40
sudharsan13296 / Hands-On-Reinforcement-Learning-With-Python

Master Reinforcement and Deep Reinforcement Learning using OpenAI Gym and TensorFlow

reinforcement-learningdeep-reinforcement-learningsarsaq-learningdeep-q-network深度学习deep-deterministic-policy-gradientdouble-dqndueling-dqnppomarkov-decision-processespolicy-gradientopenai-gym
Jupyter Notebook 855
5 年前
https://static.github-zh.com/github_avatars/JuliaPOMDP?size=40
JuliaPOMDP / POMDPs.jl

MDPs and POMDPs in Julia - An interface for defining, solving, and simulating fully and partially observable Markov decision processes on discrete and continuous spaces.

pomdpsmarkov-decision-processesJulia 语言人工智能control-systemsreinforcement-learningreinforcement-learning-algorithmsmdpsPython
Julia 713
7 天前
https://static.github-zh.com/github_avatars/Svalorzen?size=40
Svalorzen / AI-Toolbox

A C++ framework for MDPs and POMDPs with Python bindings

C++人工智能markov-decision-processesPythonmdpspomdpsreinforcement-learningplanning
C++ 657
3 个月前
https://static.github-zh.com/github_avatars/joanby?size=40
joanby / curso-algebra-lineal

Curso de Álgebra Lineal

algebralinear-algebralinear-programmingvectorsmarkov-chainmarkov-decision-processesudemyjuan-gabriel-gomilaudemy-curso
HTML 493
1 年前
https://static.github-zh.com/github_avatars/ds4dm?size=40
ds4dm / ecole

Extensible Combinatorial Optimization Learning Environments

markov-decision-processescombinatorial-optimization机器学习gym
C++ 342
2 个月前
https://static.github-zh.com/github_avatars/odow?size=40
odow / SDDP.jl

A JuMP extension for Stochastic Dual Dynamic Programming

Julia 语言optimizationstochastic-optimizationoptimal-controljumpmarkov-decision-processes
Julia 331
4 天前
https://static.github-zh.com/github_avatars/h2r?size=40
h2r / pomdp-py

A framework to build and solve POMDP problems. Documentation: https://h2r.github.io/pomdp-py/

pomdpsmarkov-decision-processesPythoncythoneasy-to-use
Python 247
2 个月前
https://static.github-zh.com/github_avatars/ImanRHT?size=40
ImanRHT / QECO

A QoE-Oriented Computation Offloading Algorithm based on Deep Reinforcement Learning (DRL) for Mobile Edge Computing (MEC) | This algorithm captures the dynamics of the MEC environment by integrating ...

deep-reinforcement-learningedge-computingdeep-q-networkdqnresource-managementmarkov-decision-processesoffloading
Python 223
2 个月前
https://static.github-zh.com/github_avatars/ivanbelenky?size=40
ivanbelenky / RL

R.L. methods and techniques.

markov-decision-processesq-learningreinforcement-learningsarsa
Python 190
7 个月前
https://static.github-zh.com/github_avatars/colinskow?size=40
colinskow / move37

Coding Demos from the School of AI's Move37 Course

reinforcement-learningdynamic-programmingmarkov-decision-processes
Python 184
7 年前
https://static.github-zh.com/github_avatars/DES-Lab?size=40
DES-Lab / AALpy

An Automata Learning Library Written in Python

Automatonmarkov-decision-processesFinite-state machinedfamarkov-chainkvPython
Python 182
13 天前
https://static.github-zh.com/github_avatars/florist-notes?size=40
florist-notes / CS228_PGM

🌲 Stanford CS 228 - Probabilistic Graphical Models

stanford-universitymarkov-decision-processesbayesian
Python 132
10 个月前
https://static.github-zh.com/github_avatars/Limmen?size=40
Limmen / csle

#计算机科学#A research platform to develop automated security policies using quantitative methods, e.g., optimal control, computational game theory, reinforcement learning, optimization, evolutionary methods, and...

reinforcement-learningCybersecuritymarkov-decision-processes深度学习game-theoryself-learning
Python 127
18 天前
https://static.github-zh.com/github_avatars/wrighteagle2d?size=40
wrighteagle2d / wrighteaglebase

WrightEagle Base Code for RoboCup Soccer Simulation 2D

soccerdecision-makingmarkov-decision-processes
C++ 97
3 年前
https://static.github-zh.com/github_avatars/sachinbiradar9?size=40
sachinbiradar9 / Markov-Decision-Processes

Implementation of value iteration algorithm for calculating an optimal MDP policy

markov-decision-processes
Python 97
7 年前
https://static.github-zh.com/github_avatars/amflorio?size=40
amflorio / dvrp-stochastic-requests

Online algorithms for solving large-scale dynamic vehicle routing problems with stochastic requests

optimizationSimulationvehicle-routing-problemmarkov-decision-processes
Makefile 81
3 年前
https://static.github-zh.com/github_avatars/OpenSourceEconomics?size=40
OpenSourceEconomics / respy

Framework for the simulation and estimation of some finite-horizon discrete choice dynamic programming models.

economicsmarkov-decision-processes
Python 77
3 个月前
https://static.github-zh.com/github_avatars/lsunsi?size=40
lsunsi / markovjs

#计算机科学#Reinforcement Learning in JavaScript

reinforcement-learningJavaScript机器学习markov-decision-processes
JavaScript 76
9 年前
https://static.github-zh.com/github_avatars/masouduut94?size=40
masouduut94 / 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 p...

mctsmarkov-decision-processesmonte-carlo-tree-searchreinforcement-learning
Python 68
1 年前
loading...