Reinforcement learning demos and utilities
Project description
Abijith RL
Small reinforcement learning demos built on gymnasium.
Install
pip install abijith-rl
Usage
import abijith_rl as rl
mc_df = rl.montecarlo_code(num_episodes=200)
print(mc_df.head())
# Prints the full demo code string
rl.montecarlo()
td_df = rl.td_prediction(num_episodes=50)
print(td_df.head())
sarsa_df = rl.sarsa(num_episodes=200)
print(sarsa_df.head())
q_df = rl.q_learning(num_episodes=200)
print(q_df.head())
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
abijith_rl-1.0.2.tar.gz
(6.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file abijith_rl-1.0.2.tar.gz.
File metadata
- Download URL: abijith_rl-1.0.2.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93480df02e8f245ef72c4b657f9ea5b105d11bba5e97cf3b16e6e0b16d183cf0
|
|
| MD5 |
303f966a5d8aed0d1c66ae3616a8e225
|
|
| BLAKE2b-256 |
9c097822ae9d5ffc22c0ac06be21fd1ed81f463cb983da64a02ce986cb43bddf
|
File details
Details for the file abijith_rl-1.0.2-py3-none-any.whl.
File metadata
- Download URL: abijith_rl-1.0.2-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7cc036519a832b7e0426bd7ee9565671ce7983eab7750428528b0124f07e8fe
|
|
| MD5 |
398d6a417443e03dcdd3315cc9b7aad5
|
|
| BLAKE2b-256 |
135d1f48ab628575cf8590025a64530ef34ecd5a2dec202d159da3d60dd87cfd
|