Upload folder using huggingface_hub
Browse files- .is_checkpoint +0 -0
- .tune_metadata +0 -0
- README.md +12 -0
- algorithm_state.pkl +3 -0
- policies/human/policy_state.pkl +3 -0
- policies/human/rllib_checkpoint.json +1 -0
- rllib_checkpoint.json +1 -0
.is_checkpoint
ADDED
|
File without changes
|
.tune_metadata
ADDED
|
Binary file (39.2 kB). View file
|
|
|
README.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- "gensyn"
|
| 4 |
+
- "blockassist"
|
| 5 |
+
- "gensyn-blockassist"
|
| 6 |
+
- "minecraft"
|
| 7 |
+
- "0xc21c1F95A7C388cD1Ec4B16B4aFB773e6C25a01a"
|
| 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:809838288a0d0ae7e6dabb5216f1ff10c6c9eb7a0f8985dd57bb07a8b334e975
|
| 3 |
+
size 38243
|
policies/human/policy_state.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:45e20bfbd5b74ff89db1df55d1a93f8cbb4d3e71f666ea9e386f22d7fcfb536c
|
| 3 |
+
size 62659934
|
policies/human/rllib_checkpoint.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"type": "Policy", "checkpoint_version": "1.1", "format": "cloudpickle", "state_file": "policy_state.pkl", "ray_version": "2.7.1", "ray_commit": "9f07c12615958c3af3760604f6dcacc4b3758a47"}
|
rllib_checkpoint.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"type": "Algorithm", "checkpoint_version": "1.1", "format": "cloudpickle", "state_file": "data/logs/BC/2_players/11x10x10/blockassist/bc_human/lr_0.001/infinite_blocks_true/human_with_assistant/lstm/use_prev_action/1_iters/2025-11-05_04-40-20/1/checkpoint_000001/algorithm_state.pkl", "policy_ids": ["human"], "ray_version": "2.7.1", "ray_commit": "9f07c12615958c3af3760604f6dcacc4b3758a47"}
|