Markus Dumke
Markus Dumke
Any news on this PR? I think it would be a great feature vastly improving user experience and performance.
Same issue [here](https://academic.oup.com/ajcn/article/91/3/635/4597164), when clicking on the pdf button and extracting TABLE 2 on page 637 (page number in the top right). This is really **dangerous** because the dash (i.e....
Thanks for the report! I will have to look into this more deeply. It can take a few days until I find time though. The neural network part is clearly...
I think I will remove the neural network code because it is not working reliably as you discovered until I find a better solution.
I have the same? problem. Leaflet map is not rendered in the RStudio Viewer Pane, the map is just grey. I am using RStudio 1.1.383 and this is the sessionInfo:...
@smilesun Do you actually know any paper, where they do this? I think in all the Sutton book examples updates are made in each step. But it is certainly possible....
yes of course, maybe we can have a parameter, after how many steps/episodes to update, which the user can set
You can also use `env = gym.make("MountainCar-v0").env` which has no time limit instead of `env = gym.envs.make("MountainCar-v0")` ([Stackoverflow](https://stackoverflow.com/questions/42787924/why-is-episode-done-after-200-time-steps-gym-environment-mountaincar)).
Good points! I thought about merging the stuff from the thesis over into the new design I presented to you and then push to CRAN. I probably need about two...
I think it's a good plan. The master thesis version works, so I can push it to CRAN anytime, that is no problem. > and also the user API could...