All Projects → agentmodels → agentmodels.org

agentmodels / agentmodels.org

Licence: other
Modeling agents with probabilistic programs

Programming Languages

TeX
3793 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
python
139335 projects - #7 most used programming language
shell
77523 projects
emacs lisp
2029 projects

Projects that are alternatives of or similar to agentmodels.org

Recurrent-Deep-Q-Learning
Solving POMDP using Recurrent networks
Stars: ✭ 52 (-21.21%)
Mutual labels:  mdp, reinforcement-learning-algorithms, pomdp
PyPOMDP
Python implementation of POMDP framework and PBVI & POMCP algorithms.
Stars: ✭ 60 (-9.09%)
Mutual labels:  reinforcement-learning-algorithms, pomdp
POMDP
Implementing a RL algorithm based upon a partially observable Markov decision process.
Stars: ✭ 31 (-53.03%)
Mutual labels:  reinforcement-learning-algorithms, pomdp
SS-Replan
Online Replanning in Belief Space for Partially Observable Task and Motion Problems
Stars: ✭ 43 (-34.85%)
Mutual labels:  mdp, pomdp
Deep Reinforcement Learning
Repo for the Deep Reinforcement Learning Nanodegree program
Stars: ✭ 4,012 (+5978.79%)
Mutual labels:  reinforcement-learning-algorithms
Deep-rl-mxnet
Mxnet implementation of Deep Reinforcement Learning papers, such as DQN, PG, DDPG, PPO
Stars: ✭ 26 (-60.61%)
Mutual labels:  reinforcement-learning-algorithms
RL-code-resources
A collection of Reinforcement Learning GitHub code resources divided by frameworks and environments
Stars: ✭ 51 (-22.73%)
Mutual labels:  reinforcement-learning-algorithms
course-content-dl
NMA deep learning course
Stars: ✭ 537 (+713.64%)
Mutual labels:  reinforcement-learning-algorithms
Markdown Plus
Markdown editor with extra features.
Stars: ✭ 2,139 (+3140.91%)
Mutual labels:  mdp
cs7641-assignment4
CS7641 - Machine Learning - Assignment 4 - Markov Decision Processes
Stars: ✭ 14 (-78.79%)
Mutual labels:  mdp
Reinforcement-Learning-CheatSheet
Cheatsheet of Reinforcement Learning (Based on Sutton-Barto Book - 2nd Edition)
Stars: ✭ 22 (-66.67%)
Mutual labels:  reinforcement-learning-algorithms
xingtian
xingtian is a componentized library for the development and verification of reinforcement learning algorithms
Stars: ✭ 229 (+246.97%)
Mutual labels:  reinforcement-learning-algorithms
Reinforcement-Learning-Feature-Selection
Feature selection for maximizing expected cumulative reward
Stars: ✭ 27 (-59.09%)
Mutual labels:  mdp
Upside-Down-Reinforcement-Learning
Upside-Down Reinforcement Learning (⅂ꓤ) implementation in PyTorch. Based on the paper published by Jürgen Schmidhuber.
Stars: ✭ 64 (-3.03%)
Mutual labels:  reinforcement-learning-algorithms
mdp
Make it easy to specify simple MDPs that are compatible with the OpenAI Gym.
Stars: ✭ 30 (-54.55%)
Mutual labels:  mdp
Neural-Fictitous-Self-Play
Scalable Implementation of Neural Fictitous Self-Play
Stars: ✭ 52 (-21.21%)
Mutual labels:  reinforcement-learning-algorithms
Reinforcement Learning
Deep Reinforcement Learning Algorithms implemented with Tensorflow 2.3
Stars: ✭ 61 (-7.58%)
Mutual labels:  reinforcement-learning-algorithms
reinforcement-learning-resources
A curated list of awesome reinforcement courses, video lectures, books, library and many more.
Stars: ✭ 38 (-42.42%)
Mutual labels:  reinforcement-learning-algorithms
marltoolbox
A toolbox with the goal of speeding up research on bargaining in MARL (cooperation problems in MARL).
Stars: ✭ 25 (-62.12%)
Mutual labels:  reinforcement-learning-algorithms
taxi
Hierarchical Online Planning and Reinforcement Learning on Taxi
Stars: ✭ 24 (-63.64%)
Mutual labels:  mdp

Modeling Agents with Probabilistic Programs

Setup

npm install -g browserify uglifyjs watchify grunt-cli
gem install jekyll

Development

Running a local server:

jekyll serve

Updating dependencies

To update webppl and webppl packages (./scripts/update-webppl):

npm install --save probmods/webppl webppl-timeit@latest webppl-dp@latest agentmodels/webppl-agents null-a/webppl-nn
cd node_modules/webppl
npm install
grunt bundle:../webppl-timeit:../webppl-dp:../webppl-agents:../webppl-nn
cp bundle/webppl.min.js ../../assets/js/webppl.min.js
cd ../..
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].