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(num_episodes=200)
print(mc_df.head())
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.0.tar.gz
(2.7 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.0.tar.gz.
File metadata
- Download URL: abijith_rl-1.0.0.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
afe785fd363121fabb90834ba93fc9e7725743c5179eb72a7b66f27cc825b131
|
|
| MD5 |
4f0c48e306d36010a26a4998212f03eb
|
|
| BLAKE2b-256 |
d0a927a85401062d2f09b5586343ec3b02226c41f0864812b534d9ff639a24a4
|
File details
Details for the file abijith_rl-1.0.0-py3-none-any.whl.
File metadata
- Download URL: abijith_rl-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.9 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 |
f863fab4efba142f3a59afdad30621ced6e25be3a4b3863e71738c04be093f68
|
|
| MD5 |
3ac75f07e1010ccbd38b63fe77fcf0af
|
|
| BLAKE2b-256 |
6584f90ee0517e634fbad834c3ae9405c79167278db6147e5e603ff84935d04f
|