decisionrl
Reinforcement learning for operational decisions — pricing, inventory, energy, queues, supply chains. 31 algorithms, typed, tested.
File Explorer
- ci.yml
- codeql.yml
- dependabot-auto-merge.yml
- docs.yml
- publish.yml
- verify.yml
- dependabot.yml
- policy.onnx
- policy.onnx.json
- README.md
- Dockerfile
- serve.py
- alphazero_learning.png
- applied_inventory.png
- applied_thermostat.png
- banner.svg
- cartpole_ppo.gif
- evolution_aco_tsp.png
- evolution_benchmark.png
- evolution_neuroevolution.png
- gridworld_policy.png
- gridworld_qlearning.gif
- learning_curves.png
- pendulum_sac.gif
- policy_heatmap.png
- scenario_lander.gif
- scenario_navigation.gif
- scenario_reacher.gif
- cartpole.html
- cartpole_policy.json
- inventory.html
- algorithms.md
- alphazero.md
- bandits.md
- benchmarks.md
- case-study.md
- cli.md
- cookbook.md
- environments.md
- evolution.md
- getting-started.md
- imitation.md
- index.md
- interpretability.md
- meta.md
- migration.md
- multiagent.md
- offline.md
- performance.md
- robustness.md
- serving.md
- text.md
- dqn_gridworld.json
- ppo_cartpole.yaml
- us_consumption.csv
- alphazero_demo.py
- applied_demo.py
- applied_rl.ipynb
- applied_rl_demo.py
- benchmark.py
- benchmark_scores.py
- benchmark_throughput.py
- benchmark_vs_baselines.py
- complex_scenarios.py
- contextual_bandits.py
- curiosity_exploration.py
- decision_transformer.py
- evolution_demo.py
- make_applied_browser_demo.py
- make_browser_demo.py
- multiagent_selfplay.py
- offline_rl_case_study.py
- offline_td3bc.py
- policy_heatmap.py
- ppo_gymnasium_vectorized.py
- quickstart.ipynb
- real_data_case_study.py
- record_gifs.py
- record_scenario_gifs.py
- rlhf_grpo.py
- tabular_gridworld.py
- train_dqn_gridworld.py
- train_ppo_cartpole.py
- train_sac_pendulum.py
- tune_optuna.py
- verify_applied_claims.py
- __init__.py
- a2c.py
- base.py
- c51.py
- cql.py
- ddpg.py
- decision_transformer.py
- diffusion_policy.py
- dqn.py
- dreamer.py
- grpo.py
- her.py
- impala.py
- iql.py
- mbpo.py
- off_policy.py
- ppo.py
- qrdqn.py
- rainbow.py
- recurrent_ppo.py
- reinforce.py
- rssm.py
- sac.py
- sac_discrete.py
- tabular.py
- td3.py
- td3bc.py
- trpo.py
- __init__.py
- alphazero.py
- games.py
- mcts.py
- network.py
- __init__.py
- prioritized.py
- replay.py
- rollout.py
- __init__.py
- agent.py
- env.py
- spaces.py
- types.py
- __init__.py
- acrobot.py
- bandit.py
- bitflipping.py
- cartpole.py
- contextual_bandit.py
- dataset_demand_inventory.py
- energy.py
- grid_world.py
- gym.py
- inventory.py
- joint_pricing_inventory.py
- lunar_lander.py
- mountain_car.py
- navigation.py
- nonstationary_inventory.py
- pendulum.py
- point_mass.py
- portfolio.py
- pricing.py
- queueing.py
- reacher.py
- supply_chain.py
- thermostat.py
- __init__.py
- base.py
- evolutionary.py
- functions.py
- neuroevolution.py
- swarm.py
- __init__.py
- curiosity.py
- noise.py
- schedules.py
- __init__.py
- env.py
- ippo.py
- pettingzoo.py
- __init__.py
- cnn.py
- dynamics.py
- mlp.py
- noisy.py
- policies.py
- q_networks.py
- value.py
- __init__.py
- export.py
- server.py
- __init__.py
- gpt.py
- rlhf.py
- __init__.py
- callbacks.py
- evaluate.py
- __init__.py
- dashboard.py
- logger.py
- render.py
- running_mean_std.py
- seeding.py
- torch_utils.py
- __init__.py
- async_vector.py
- normalize.py
- observation.py
- time_limit.py
- vector.py
- __init__.py
- __main__.py
- _lazy.py
- bandits.py
- baselines.py
- cli.py
- config.py
- configs.py
- dashboard.py
- data.py
- distributed.py
- evaluation.py
- imitation.py
- meta.py
- py.typed
- registry.py
- rlhf.py
- solvers.py
- tracking.py
- tuning.py
- zoo.py
- conftest.py
- test_alphazero.py
- test_applied.py
- test_applied_correctness.py
- test_applied_envs.py
- test_async_vector.py
- test_bandits.py
- test_buffers.py
- test_callbacks.py
- test_cli.py
- test_config.py
- test_continuous.py
- test_curiosity.py
- test_dashboard.py
- test_decision_transformer.py
- test_deploy_serve.py
- test_dict_obs.py
- test_diffusion.py
- test_distributed.py
- test_documented_counts.py
- test_dqn.py
- test_dreamer.py
- test_ecosystem.py
- test_envs.py
- test_evaluation.py
- test_evolution.py
- test_exploration.py
- test_grpo.py
- test_gym_register.py
- test_her.py
- test_imitation.py
- test_impala.py
- test_lazy_imports.py
- test_live_dashboard.py
- test_mbpo.py
- test_meta.py
- test_multiagent.py
- test_networks.py
- test_offline.py
- test_pg.py
- test_pixels.py
- test_properties.py
- test_recurrent.py
- test_registry.py
- test_rlhf.py
- test_rssm.py
- test_sac_discrete.py
- test_save_load.py
- test_scenarios.py
- test_serving.py
- test_solvers.py
- test_spaces.py
- test_tabular.py
- test_text.py
- test_trpo.py
- test_tuning.py
- test_utils.py
- test_wrappers.py
- test_zoo.py
- cartpole-ppo.onnx
- cartpole-ppo.onnx.json
- .gitignore
- .pre-commit-config.yaml
- .zenodo.json
- CHANGELOG.md
- CITATION.cff
- CONTRIBUTING.md
- LICENSE
- mkdocs.yml
- pyproject.toml
- README.md
- RELEASING.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
// repository documentation
Was this content helpful?
(0 ratings)
