Gen-HVAC commited on
Commit
a1a372b
·
verified ·
1 Parent(s): 3b110db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -52,6 +52,7 @@ able, data-driven HVAC control.
52
 
53
  # We devided this entire project into 4 phases. Please go through each step to use our system.
54
 
 
55
  ### Energy Plus Setup
56
  For this project we use Sinergym and energy plus. sinergym has also a prebuilt docker version. you can use this and for installation:
57
  ```bash
@@ -67,6 +68,8 @@ docker run -it \
67
  ghcr.io/ugr-sail/sinergym:2.4.0 \
68
  /bin/bash
69
  ```
 
 
70
  ### Data generation
71
  Trajectory generation is executed through the rollout runner combined with a behavior policy.
72
  The framework is policy-based: any controller that maps
 
52
 
53
  # We devided this entire project into 4 phases. Please go through each step to use our system.
54
 
55
+
56
  ### Energy Plus Setup
57
  For this project we use Sinergym and energy plus. sinergym has also a prebuilt docker version. you can use this and for installation:
58
  ```bash
 
68
  ghcr.io/ugr-sail/sinergym:2.4.0 \
69
  /bin/bash
70
  ```
71
+
72
+ ![Gen-HVAC](assets/Decision_transformer.png)
73
  ### Data generation
74
  Trajectory generation is executed through the rollout runner combined with a behavior policy.
75
  The framework is policy-based: any controller that maps