Upload folder using huggingface_hub
Browse files- .is_checkpoint +1 -0
- .tune_metadata +6 -0
- README.md +12 -0
- algorithm_state.pkl +3 -0
- gensyn.json +6 -0
- policies/dummy_policy.txt +1 -0
- rllib_checkpoint.json +1 -0
.is_checkpoint
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
true
|
.tune_metadata
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"tune_checkpoint_dir": ".",
|
| 3 |
+
"tune_checkpoint_name": "blockassist_checkpoint",
|
| 4 |
+
"tune_checkpoint_version": "1.0",
|
| 5 |
+
"note": "Dummy root tune metadata file"
|
| 6 |
+
}
|
README.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- gensyn
|
| 4 |
+
- blockassist
|
| 5 |
+
- gensyn-blockassist
|
| 6 |
+
- minecraft
|
| 7 |
+
- whiskered skittish hippo
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# Gensyn BlockAssist
|
| 11 |
+
|
| 12 |
+
Gensyn's BlockAssist is a distributed extension of the paper [AssistanceZero: Scalably Solving Assistance Games](https://arxiv.org/abs/2504.07091).
|
algorithm_state.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a067bab29d01ce12347590e99ac868d9b2368c61c747ab07bb2e507c4bb49746
|
| 3 |
+
size 75322
|
gensyn.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eoa": "0xBB9a68BCD3A6EE3378409829Cd255E266A2ad70d",
|
| 3 |
+
"trainingId": "whiskered_skittish_hippo_1762163252",
|
| 4 |
+
"numSessions": 1,
|
| 5 |
+
"telemetryEnabled": true
|
| 6 |
+
}
|
policies/dummy_policy.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
This is a dummy policy directory to maintain structure
|
rllib_checkpoint.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"type": "Algorithm", "checkpoint_version": "1.1", "format": "cloudpickle", "state_file": "data/logs/MbagAlphaZero/2_players/11x10x10/craftassist/alphazero_assistant/infinite_blocks_true/human_pikl_combined_lstm_prev_action_20250113_40/2025-01-15_17-53-57/1/checkpoint_002000/algorithm_state.pkl", "policy_ids": ["human", "assistant"], "ray_version": "2.7.1", "ray_commit": "9f07c12615958c3af3760604f6dcacc4b3758a47"}
|