浏览代码

action encoder configs

/develop/bisim-review
Andrew Cohen 5 年前
当前提交
29af84da
共有 2 个文件被更改,包括 6 次插入0 次删除
  1. 2
      config/ppo_transfer/CrawlerStatic.yaml
  2. 4
      config/ppo_transfer/OldCrawlerStatic.yaml

2
config/ppo_transfer/CrawlerStatic.yaml


num_epoch: 3
learning_rate_schedule: constant
encoder_layers: 3
action_layers: 2
action_feature_size: 128
reuse_encoder: true
in_epoch_alter: false
use_op_buffer: false

4
config/ppo_transfer/OldCrawlerStatic.yaml


num_epoch: 3
learning_rate_schedule: constant
encoder_layers: 3
action_layers: 2
action_feature_size: 128
reuse_encoder: true
in_epoch_alter: false
use_op_buffer: false

separate_value_train: true
train_model: false
load_model: true
train_action: false
load_action: true
train_policy: true
load_policy: false
train_value: true

正在加载...
取消
保存