VR-RL is a Python package for reinforcement learning.
Installation
You can install the package via pip:
pip install vrrl
Quick Start
Example usage:
# Decision Agent
from vrrl.decision.agent import DecisionAgent
agent = DecisionAgent(strategy="tit_for_tat")
decision = agent.decide(opponent_action="cooperate")
print(f"Agent decided to: {decision}")
# Sentiment Analysis
from vrrl.nlp.sentiment import SentimentAnalyzer
analyzer = SentimentAnalyzer()
print(analyzer.analyze("I love bananas!")) # Output: "positive"
License
This project is licensed under the MIT License.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vrrl-0.0.2.tar.gz
(13.4 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
vrrl-0.0.2-py3-none-any.whl
(11.0 kB
view details)
File details
Details for the file vrrl-0.0.2.tar.gz.
File metadata
- Download URL: vrrl-0.0.2.tar.gz
- Upload date:
- Size: 13.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e739b03244c71228ec7244bd474b0ba5dc61295ce57a55e159002d620289c157
|
|
| MD5 |
ebf2fa4ef6934104fa7b63a2654fe066
|
|
| BLAKE2b-256 |
558583a24edc225b9720c54e79f696ecc3f96901ec88a3d592c0a137ec6c5416
|
File details
Details for the file vrrl-0.0.2-py3-none-any.whl.
File metadata
- Download URL: vrrl-0.0.2-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.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ac34c7a932b2b40a7314cd225866a9df4cc2a32383ea07cd3bc24176d0896e5
|
|
| MD5 |
bc63bca8b81cd7a262bd9bd702e10d16
|
|
| BLAKE2b-256 |
1871321c542cfb1ef90febd6dcbd3616dcfbd7074fc40ce1d4d97b0f41633fc1
|