A cognitive modeling project designed to simulate learning behavior across different reinforcement environments (positive, negative, mixed). The system leverages experimental simulations and behavioral psychology frameworks.
This project examines how learning rates and behavior evolve in varying reinforcement settings. It uses simulated data to train, fit, and analyze learning curves using custom models.
| File / Folder | Description |
|---|---|
simulation.py |
Simulates agents in reinforcement environments |
model.py |
Defines learning curve models (e.g., Rescorla-Wagner) |
analysis.py |
Visualizes and compares learning trends |
datasets/ |
Contains synthetic or sampled learning data |
requirements.txt |
Python dependencies |
LICENSE |
MIT License |
- Reinforcement Learning
- Cognitive Psychology
- Learning Rate Adaptation
- Behavioral Experiment Simulation
pip install -r requirements.txt
python simulation.py
python analysis.py