changing relative state dim to 6
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
output_dim: 5
|
output_dim: 5
|
||||||
},
|
},
|
||||||
deepsets: {
|
deepsets: {
|
||||||
input_dim: 5, // number of relative state vars for others
|
input_dim: 6, // number of relative state vars for others
|
||||||
phi: {
|
phi: {
|
||||||
hidden_n: 2,
|
hidden_n: 2,
|
||||||
hidden_dim: 20,
|
hidden_dim: 20,
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ def bc_config(ray_config):
|
|||||||
config = {
|
config = {
|
||||||
'ego_encoder': {'input_dim': 5, 'hidden_n': 0, 'hidden_dim':0, 'output_dim': 0},
|
'ego_encoder': {'input_dim': 5, 'hidden_n': 0, 'hidden_dim':0, 'output_dim': 0},
|
||||||
'deepsets': {
|
'deepsets': {
|
||||||
'input_dim': 5,
|
'input_dim': 6,
|
||||||
'phi': {
|
'phi': {
|
||||||
'hidden_n': ray_config['deepsets_phi_hidden_n'],
|
'hidden_n': ray_config['deepsets_phi_hidden_n'],
|
||||||
'hidden_dim': ray_config['deepsets_phi_hidden_dim']
|
'hidden_dim': ray_config['deepsets_phi_hidden_dim']
|
||||||
@@ -39,7 +39,7 @@ def bc_config(ray_config):
|
|||||||
'lr':ray_config['lr'],
|
'lr':ray_config['lr'],
|
||||||
'weight_decay':ray_config['weight_decay']
|
'weight_decay':ray_config['weight_decay']
|
||||||
},
|
},
|
||||||
'train_epochs': 50,
|
'train_epochs': 20,
|
||||||
'train_batch_size': ray_config['train_batch_size'],
|
'train_batch_size': ray_config['train_batch_size'],
|
||||||
'loss': ray_config['loss'],
|
'loss': ray_config['loss'],
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user