forked from tinkoff-ai/CORL
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Offline: Benchmark AntMaze-v2 and Adroit-v1 datasets (tinkoff-ai#52)
- Loading branch information
Vladislav Kurenkov
authored
Jun 10, 2023
1 parent
dc077cc
commit d81e7ec
Showing
176 changed files
with
2,868 additions
and
162 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
awac_lambda: 0.1 | ||
batch_size: 256 | ||
buffer_size: 10000000 | ||
checkpoints_path: null | ||
deterministic_torch: false | ||
device: cuda | ||
env_name: antmaze-large-diverse-v2 | ||
eval_frequency: 1000 | ||
gamma: 0.99 | ||
group: awac-antmaze-large-diverse-v2-multiseed-v0 | ||
hidden_dim: 256 | ||
learning_rate: 0.0003 | ||
n_test_episodes: 100 | ||
normalize_reward: true | ||
num_train_ops: 1000000 | ||
project: CORL | ||
seed: 42 | ||
tau: 0.005 | ||
test_seed: 69 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
awac_lambda: 0.1 | ||
batch_size: 256 | ||
buffer_size: 10000000 | ||
checkpoints_path: null | ||
deterministic_torch: false | ||
device: cuda | ||
env_name: antmaze-medium-diverse-v2 | ||
eval_frequency: 1000 | ||
gamma: 0.99 | ||
group: awac-antmaze-medium-diverse-v2-multiseed-v0 | ||
hidden_dim: 256 | ||
learning_rate: 0.0003 | ||
n_test_episodes: 100 | ||
normalize_reward: true | ||
num_train_ops: 1000000 | ||
project: CORL | ||
seed: 42 | ||
tau: 0.005 | ||
test_seed: 69 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
awac_lambda: 0.1 | ||
batch_size: 256 | ||
buffer_size: 10000000 | ||
checkpoints_path: null | ||
deterministic_torch: false | ||
device: cuda | ||
env_name: antmaze-umaze-diverse-v2 | ||
eval_frequency: 1000 | ||
gamma: 0.99 | ||
group: awac-antmaze-umaze-diverse-v2-multiseed-v0 | ||
hidden_dim: 256 | ||
learning_rate: 0.0003 | ||
n_test_episodes: 100 | ||
normalize_reward: true | ||
num_train_ops: 1000000 | ||
project: CORL | ||
seed: 42 | ||
tau: 0.005 | ||
test_seed: 69 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
awac_lambda: 0.1 | ||
batch_size: 256 | ||
buffer_size: 10000000 | ||
checkpoints_path: null | ||
deterministic_torch: false | ||
device: cuda | ||
env_name: door-cloned-v1 | ||
eval_frequency: 1000 | ||
gamma: 0.99 | ||
group: awac-door-cloned-v1-multiseed-v0 | ||
hidden_dim: 256 | ||
learning_rate: 0.0003 | ||
n_test_episodes: 10 | ||
num_train_ops: 1000000 | ||
project: CORL | ||
seed: 42 | ||
tau: 0.005 | ||
test_seed: 69 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
awac_lambda: 0.1 | ||
batch_size: 256 | ||
buffer_size: 10000000 | ||
checkpoints_path: null | ||
deterministic_torch: false | ||
device: cuda | ||
env_name: door-expert-v1 | ||
eval_frequency: 1000 | ||
gamma: 0.99 | ||
group: awac-door-expert-v1-multiseed-v0 | ||
hidden_dim: 256 | ||
learning_rate: 0.0003 | ||
n_test_episodes: 10 | ||
num_train_ops: 1000000 | ||
project: CORL | ||
seed: 42 | ||
tau: 0.005 | ||
test_seed: 69 |
Oops, something went wrong.