changing relative state dim to 6

This commit is contained in:
Arec
2021-07-29 02:54:41 -07:00
parent fdbdc7f9f0
commit e47d69dbc1
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
output_dim: 5
},
deepsets: {
input_dim: 5, // number of relative state vars for others
input_dim: 6, // number of relative state vars for others
phi: {
hidden_n: 2,
hidden_dim: 20,