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

Reward planet count #15

Merged
merged 3 commits into from
Nov 29, 2018
Merged

Reward planet count #15

merged 3 commits into from
Nov 29, 2018

Conversation

zstewar1
Copy link
Collaborator

Fixes #7

Add a simple expression tree which is used to compute the per-frame score. This currently just uses the Yaml parser with serde default enum encoding, meaning that expressions are ugly pseudo s-exprs using yaml lists, e.g.: {"multiply": ["mass_count", {"constant": 3.5}]}. This is good enough for now, and I'll open a new issue to do fancier parsing later.

@zstewar1 zstewar1 merged commit edaa630 into master Nov 29, 2018
@zstewar1 zstewar1 deleted the reward-planet-count branch November 29, 2018 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant