浏览代码

load policy/vf

/develop/bisim-review
Andrew Cohen 4 年前
当前提交
3513d5a6
共有 3 个文件被更改,包括 5 次插入5 次删除
  1. 2
      config/ppo_transfer/3DBall.yaml
  2. 2
      config/ppo_transfer/3DBallHard.yaml
  3. 6
      config/ppo_transfer/3DBallHardTransfer.yaml

2
config/ppo_transfer/3DBall.yaml


with_prior: false
predict_return: true
use_bisim: false
separate_value_train: false
separate_value_train: true
in_batch_alter: true
network_settings:
normalize: true

2
config/ppo_transfer/3DBallHard.yaml


with_prior: false
predict_return: true
use_bisim: false
separate_value_train: false
separate_value_train: true
in_batch_alter: true
network_settings:
normalize: true

6
config/ppo_transfer/3DBallHardTransfer.yaml


with_prior: false
predict_return: true
use_bisim: false
separate_value_train: false
separate_value_train: true
load_policy: false
load_policy: true
load_value: false
load_value: true
transfer_path: "results/3d-tr-s1/3DBall"
use_transfer: true
in_batch_alter: true

正在加载...
取消
保存