Upload configuration.yaml with huggingface_hub
Browse files- configuration.yaml +69 -0
configuration.yaml
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
default_settings: null
|
| 2 |
+
behaviors:
|
| 3 |
+
SnowballTarget:
|
| 4 |
+
trainer_type: ppo
|
| 5 |
+
hyperparameters:
|
| 6 |
+
batch_size: 256
|
| 7 |
+
buffer_size: 2048
|
| 8 |
+
learning_rate: 0.0003
|
| 9 |
+
learning_rate_schedule: linear
|
| 10 |
+
network_settings:
|
| 11 |
+
normalize: true
|
| 12 |
+
hidden_units: 128
|
| 13 |
+
num_layers: 2
|
| 14 |
+
vis_encode_type: simple
|
| 15 |
+
memory: null
|
| 16 |
+
goal_conditioning_type: hyper
|
| 17 |
+
deterministic: false
|
| 18 |
+
reward_signals:
|
| 19 |
+
extrinsic:
|
| 20 |
+
gamma: 0.99
|
| 21 |
+
strength: 1.0
|
| 22 |
+
network_settings:
|
| 23 |
+
normalize: false
|
| 24 |
+
hidden_units: 128
|
| 25 |
+
num_layers: 2
|
| 26 |
+
vis_encode_type: simple
|
| 27 |
+
memory: null
|
| 28 |
+
goal_conditioning_type: hyper
|
| 29 |
+
deterministic: false
|
| 30 |
+
init_path: null
|
| 31 |
+
keep_checkpoints: 5
|
| 32 |
+
checkpoint_interval: 500000
|
| 33 |
+
max_steps: 90001
|
| 34 |
+
time_horizon: 64
|
| 35 |
+
summary_freq: 1000
|
| 36 |
+
threaded: false
|
| 37 |
+
self_play: null
|
| 38 |
+
behavioral_cloning: null
|
| 39 |
+
env_settings:
|
| 40 |
+
env_path: /content/training-envs-executables/linux/SnowballTarget/SnowballTarget.x86_64
|
| 41 |
+
env_args: null
|
| 42 |
+
base_port: 5005
|
| 43 |
+
num_envs: 1
|
| 44 |
+
num_areas: 1
|
| 45 |
+
seed: -1
|
| 46 |
+
max_lifetime_restarts: 10
|
| 47 |
+
restarts_rate_limit_n: 1
|
| 48 |
+
restarts_rate_limit_period_s: 60
|
| 49 |
+
engine_settings:
|
| 50 |
+
width: 84
|
| 51 |
+
height: 84
|
| 52 |
+
quality_level: 5
|
| 53 |
+
time_scale: 20
|
| 54 |
+
target_frame_rate: -1
|
| 55 |
+
capture_frame_rate: 60
|
| 56 |
+
no_graphics: true
|
| 57 |
+
environment_parameters: null
|
| 58 |
+
checkpoint_settings:
|
| 59 |
+
run_id: SNIPER_PRO_VERSION
|
| 60 |
+
initialize_from: null
|
| 61 |
+
load_model: false
|
| 62 |
+
resume: true
|
| 63 |
+
force: false
|
| 64 |
+
train_model: false
|
| 65 |
+
inference: false
|
| 66 |
+
results_dir: results
|
| 67 |
+
torch_settings:
|
| 68 |
+
device: null
|
| 69 |
+
debug: false
|