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

"a dead loop " def run_sample_trial(self, verbose=True): while not state.is_terminal(): #52

Open
oridong opened this issue Jan 30, 2020 · 0 comments

Comments

@oridong
Copy link

oridong commented Jan 30, 2020

brtdp_example.py calls def run_sample_trial(self, verbose=True): in BoundedRTDPClass.py,

while not state.is_terminal(): seems in a dead loop

s: (1,1) Action: left Gap: 99.07540345871926 MaxDiff: 9.908648275251627
s: (1,1) Action: left Gap: 99.07540345871926 MaxDiff: 9.908648275251627
s: (1,1) Action: left Gap: 99.07540345871926 MaxDiff: 9.908648275251627
s: (1,1) Action: left Gap: 99.07540345871926 MaxDiff: 9.908648275251627
s: (1,1) Action: left Gap: 99.07540345871926 MaxDiff: 9.908648275251627
s: (1,1) Action: left Gap: 99.07540345871926 MaxDiff: 9.908648275251627
s: (1,1) Action: left Gap: 99.07540345871926 MaxDiff: 9.908648275251627
s: (1,1) Action: left Gap: 99.07540345871926 MaxDiff: 9.908648275251627
s: (1,1) Action: left Gap: 99.07540345871926 MaxDiff: 9.908648275251627
s: (1,1) Action: left Gap: 99.07540345871926 MaxDiff: 9.908648275251627
s: (1,1) Action: left Gap: 99.07540345871926 MaxDiff: 9.908648275251627
s: (1,1) Action: left Gap: 99.07540345871926 MaxDiff: 9.908648275251627

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

No branches or pull requests

1 participant