Spaces:
Build error
Build error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# RFT Agent Simulation Engine MVP
|
| 2 |
|
| 3 |
This project implements a Minimal Viable Product (MVP) of an RFT (Relational Frame Theory) Agent Simulation Engine. It allows for simulating the dynamics of RFT agents, visualizing their behavior, and exporting their states.
|
|
@@ -49,3 +61,5 @@ Click the 'Submit' button to run the simulation. The interface will display:
|
|
| 49 |
- Plots for individual agent Phi, Tau Effective, and Fitness over time.
|
| 50 |
- Plots for System Coherence (average Phi) and System Stability (variance of Phi) over time.
|
| 51 |
- A downloadable JSON file containing the final states of all agents.
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: RFT Agent Simulation Engine
|
| 3 |
+
emoji: 🧪
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: "4.0"
|
| 8 |
+
python_version: "3.10"
|
| 9 |
+
app_file: app.py
|
| 10 |
+
pinned: false
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
# RFT Agent Simulation Engine MVP
|
| 14 |
|
| 15 |
This project implements a Minimal Viable Product (MVP) of an RFT (Relational Frame Theory) Agent Simulation Engine. It allows for simulating the dynamics of RFT agents, visualizing their behavior, and exporting their states.
|
|
|
|
| 61 |
- Plots for individual agent Phi, Tau Effective, and Fitness over time.
|
| 62 |
- Plots for System Coherence (average Phi) and System Stability (variance of Phi) over time.
|
| 63 |
- A downloadable JSON file containing the final states of all agents.
|
| 64 |
+
|
| 65 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|