mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-07-24 17:05:22 +02:00
fix spacing
This commit is contained in:
parent
1a4ac02e13
commit
600f219085
6 changed files with 7 additions and 5 deletions
|
@ -347,4 +347,4 @@ def main():
|
|||
# run_experiment(args.task_path, args.task_id, args.num_exp)
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
main()
|
|
@ -109,3 +109,4 @@
|
|||
"type": "techtree",
|
||||
"timeout": 300
|
||||
}
|
||||
}
|
|
@ -151,4 +151,5 @@ export class ActionManager {
|
|||
await this.stop(); // last attempt to stop
|
||||
}, TIMEOUT_MINS * 60 * 1000);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
|
@ -86,7 +86,7 @@ export class Agent {
|
|||
|
||||
console.log(`${this.name} spawned.`);
|
||||
this.clearBotLogs();
|
||||
|
||||
|
||||
this._setupEventHandlers(save_data, init_message);
|
||||
this.startEvents();
|
||||
|
||||
|
|
|
@ -117,4 +117,4 @@ export class History {
|
|||
this.turns = [];
|
||||
this.memory = '';
|
||||
}
|
||||
}
|
||||
}
|
|
@ -143,4 +143,4 @@ export class SelfPrompter {
|
|||
// this stops it from responding from the handlemessage loop and the self-prompt loop at the same time
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue