anthonym21 commited on
Commit
d9090f0
·
verified ·
1 Parent(s): c5931ad

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +2 -19
  2. requirements.txt +1 -1
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🧠
4
  colorFrom: blue
5
  colorTo: green
6
  sdk: gradio
7
- sdk_version: 4.44.0
8
  app_file: app.py
9
  pinned: false
10
  tags:
@@ -12,25 +12,8 @@ tags:
12
  - reinforcement-learning
13
  - planning
14
  - ai-education
15
- - cognitive-architecture
16
  ---
17
 
18
  # World Model Demo
19
 
20
- Interactive visualization of model-based reinforcement learning concepts, inspired by architectures like MuZero and Dreamer.
21
-
22
- ## Features
23
-
24
- - **Mental Simulation**: Watch the AI plan ahead by imagining future states
25
- - **Tree Search Visualization**: See how different action sequences are evaluated
26
- - **Configurable Environment**: Adjust grid size and obstacles
27
- - **Step-by-Step Mode**: Understand each phase of the planning process
28
-
29
- ## How It Works
30
-
31
- 1. **Observe**: Agent perceives current grid state
32
- 2. **Imagine**: World model predicts outcomes of possible actions
33
- 3. **Plan**: Tree search evaluates action sequences
34
- 4. **Act**: Best action is selected and executed
35
-
36
- This demonstrates key concepts from model-based RL without requiring actual neural networks.
 
4
  colorFrom: blue
5
  colorTo: green
6
  sdk: gradio
7
+ sdk_version: 5.9.1
8
  app_file: app.py
9
  pinned: false
10
  tags:
 
12
  - reinforcement-learning
13
  - planning
14
  - ai-education
 
15
  ---
16
 
17
  # World Model Demo
18
 
19
+ Interactive visualization of model-based reinforcement learning concepts.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
requirements.txt CHANGED
@@ -1 +1 @@
1
- # Dependencies managed by sdk_version in README.md
 
1
+