Skip to content

Commit

Permalink
Try some training on the bigger sphere which has a slightly different…
Browse files Browse the repository at this point in the history
… agent sensor config for the different radius
  • Loading branch information
plaidpants committed Feb 20, 2022
1 parent 1940e1b commit 56de1b7
Show file tree
Hide file tree
Showing 13 changed files with 113 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Assets/Demonstrations2.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Demonstrations2/RocketAI_9.demo
Binary file not shown.
10 changes: 10 additions & 0 deletions Assets/Demonstrations2/RocketAI_9.demo.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/RocketAI73-3499999.onnx
Binary file not shown.
16 changes: 16 additions & 0 deletions Assets/RocketAI73-3499999.onnx.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/RocketAI73-5864266.onnx
Binary file not shown.
16 changes: 16 additions & 0 deletions Assets/RocketAI73-5864266.onnx.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

49 changes: 49 additions & 0 deletions Assets/RocketAIDemo2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
behaviors:
RocketAI:
trainer_type: ppo
hyperparameters:
batch_size: 2048
buffer_size: 16384
learning_rate: 0.0003
beta: 0.001
epsilon: 0.2
lambd: 0.95
num_epoch: 3
learning_rate_schedule: linear
network_settings:
normalize: false
hidden_units: 512
num_layers: 2
vis_encode_type: simple
reward_signals:
extrinsic:
gamma: 0.99
strength: 1.0
curiosity:
gamma: 0.99
strength: 0.02
network_settings:
hidden_units: 256
learning_rate: 0.0003
gail:
gamma: 0.99
strength: 0.01
network_settings:
normalize: false
hidden_units: 128
num_layers: 2
vis_encode_type: simple
learning_rate: 0.0003
use_actions: false
use_vail: false
demo_path: 'J:\Unity Projects\RocksRocketsAndRayguns\Assets\Demonstrations2\'
keep_checkpoints: 5
checkpoint_interval: 500000
max_steps: 10000000
time_horizon: 2000
summary_freq: 10000
behavioral_cloning:
demo_path: 'J:\Unity Projects\RocksRocketsAndRayguns\Assets\Demonstrations2\'
steps: 1000
strength: 1.0
samples_per_update: 0
7 changes: 7 additions & 0 deletions Assets/RocketAIDemo2.yaml.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Assets/RocketSphereAI1.prefab
Binary file not shown.
Binary file modified Assets/RocketSphereAI2.prefab
Binary file not shown.
Binary file added Assets/Training3.unity
Binary file not shown.
7 changes: 7 additions & 0 deletions Assets/Training3.unity.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 56de1b7

Please sign in to comment.