-
Notifications
You must be signed in to change notification settings - Fork 0
Maine2025 #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Geph
wants to merge
67
commits into
main
Choose a base branch
from
Maine2025
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or 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
Got a crash from: self.tools_usage[user]["tool_use_count"] += 1
Fixed with: self.tools_usage[user]["tool_use_count"] = self.tools_usage[user].get("tool_use_count", 0) + 1
Replace with July 22 version from Neithan
1) Added date to act as version # at top 2) Requirements.txt includes shapes now, readme has instructions for a batch file launcher 3) Fixed variable not initialized causing crash 4) Updated incorrect world names (TiltedEarth, Mynoa, etc) 5) Eliminated hard-coded mars build world references (sdp7, sdp12) 6) Death messages now detect and pass the cause of death
Swapping in CSV to version on server (likely newest)
Launcher batch file added Newer version of Coord tracking Trigger config last-used
1) Added date to act as version # at top 2) Requirements.txt includes shapes now, readme has instructions for a batch file launcher 3) Fixed variable not initialized causing crash 4) Updated incorrect world names (TiltedEarth, Mynoa, etc) 5) Eliminated hard-coded mars build world references (sdp7, sdp12) 6) Death messages now detect and pass the cause of death
…ly a datetime), not a dictionary, which is what params= expects when used with SQLAlchemy text()
…ers only when needed
Removed MynoaFar
- Added _ensure_user_schema() method in Fetcher to initialize and backfill missing keys (e.g., current_world, total_observation_count). - Rewrote update_observation_usage() to call _ensure_user_schema() for every user and prevent KeyErrors. - Improved timestamp conversion in update_observation_usage() (supports int, float, string, pd.Timestamp). - Added defensive logic for build map checks using GLOBAL_WID and get_wid_for_world. - Enhanced observation trigger for nearby/similar observations (safe similarity checks). - Prevented crashes caused by uninitialized or legacy tools_usage entries.
- Added _ensure_user_schema() method in Fetcher to initialize and backfill missing keys (e.g., current_world, total_observation_count). - Rewrote update_observation_usage() to call _ensure_user_schema() for every user and prevent KeyErrors. - Improved timestamp conversion in update_observation_usage() (supports int, float, string, pd.Timestamp). - Added defensive logic for build map checks using GLOBAL_WID and get_wid_for_world. - Enhanced observation trigger for nearby/similar observations (safe similarity checks). - Prevented crashes caused by uninitialized or legacy tools_usage entries.
Member
Author
|
Fixed indentation problem, had ChatGPT rewrite update_observation_usage, fixed several small warnings |
…Triggers update from Sophie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
22 July 2025 version of Neithan's script + other updates:
(Built on AIED fork but I reset the new code I added with multiple build worlds)