Skip to content
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

added EventCode GO_FARTHEST, EQUIP_ITEM to track #52

Merged
merged 3 commits into from
May 16, 2023
Merged

added EventCode GO_FARTHEST, EQUIP_ITEM to track #52

merged 3 commits into from
May 16, 2023

Conversation

kywch
Copy link
Collaborator

@kywch kywch commented May 16, 2023

  • increase the event_log tick by one, to reflect the fact that the tick increases after all actions are processed
  • added GO_FARTHEST (exploration), EQUIP_ITEM events to event log, so that these can be used as achievement reward in the baselines

data['actions'] = actions
# NOTE: the client seems to use actions for visualization
# but produces errors with the new actions. So we disable it for now.
data['actions'] = {}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wanna leave the code commented out for now?

@kywch kywch merged commit d922f63 into v1.6 May 16, 2023
6 checks passed
@kywch kywch deleted the new-events branch May 16, 2023 05:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants