Create config.yaml
Browse files- config.yaml +4 -0
config.yaml
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
reinforcement_learning: true
|
2 |
+
perception_output_size: 256
|
3 |
+
decision_output_size: 128
|
4 |
+
action_output_size: 64
|