Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update :info symbol #50

Merged
merged 1 commit into from
Sep 29, 2021
Merged

Conversation

johannes-fischer
Copy link
Contributor

It seems :i was previously used for info where :info is used now.

Example:

using POMDPSimulators, POMDPs, POMDPModels, POMDPPolicies
hr = HistoryRecorder(max_steps=10)
hist = simulate(hr, BabyPOMDP(), FunctionPolicy(x->true))

collect(info_hist(hist)) # currently fails

step = hist[1]
step[:info] # works
step[:i] # fails

@zsunberg
Copy link
Member

Thank you! sorry for the delayed response!

@zsunberg zsunberg merged commit 87e2141 into JuliaPOMDP:master Sep 29, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants