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.3.tar.gz
(11.3 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.3.tar.gz.
File metadata
- Download URL: abijith_rl-1.0.3.tar.gz
- Upload date:
- Size: 11.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
63e11de5789513f7d147621a9e247e1aa8f709e74e24f4119f5c12f47edf1f0a
|
|
| MD5 |
835168955a3e9fb43870dad4cf98ae87
|
|
| BLAKE2b-256 |
6252b970cc960b60c48709003db7dd76b0464d75d40575a4eda112ab60f19a53
|
File details
Details for the file abijith_rl-1.0.3-py3-none-any.whl.
File metadata
- Download URL: abijith_rl-1.0.3-py3-none-any.whl
- Upload date:
- Size: 11.0 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 |
3dac588e3fe72126c976ef19fb6a69044b6741a4fd1ef38206d5911464710d25
|
|
| MD5 |
632185c8417e655bb8d11c72b2f93e46
|
|
| BLAKE2b-256 |
f62ef9fa4124acda7675c75f119aa40ca9b7562860b923298ae1f2232fb6dc41
|