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

Action selection condition without name requires effect #189

Closed
jgosmann opened this issue Jun 29, 2018 · 0 comments · Fixed by #191
Closed

Action selection condition without name requires effect #189

jgosmann opened this issue Jun 29, 2018 · 0 comments · Fixed by #191
Labels
Milestone

Comments

@jgosmann
Copy link
Collaborator

with spa.ActionSelection():
    spa.ifmax(0)

does not work, wheras

with spa.ActionSelection():
    spa.ifmax('name', 0)

does

@jgosmann jgosmann added the bug label Jun 29, 2018
@jgosmann jgosmann added this to the 0.5.2 milestone Jun 29, 2018
jgosmann added a commit that referenced this issue Jul 4, 2018
@jgosmann jgosmann mentioned this issue Jul 4, 2018
4 tasks
jgosmann added a commit that referenced this issue Jul 4, 2018
jgosmann added a commit that referenced this issue Jul 4, 2018
jgosmann added a commit that referenced this issue Jul 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging a pull request may close this issue.

1 participant