Colin Bowers

Results 6 issues of Colin Bowers

Adds `DependentBootstrap` as a dependency to `Bootstrap`, and wraps the block bootstrapping methods in `DependentBootstrap` with new sampling methods `StationarySampling`, `MovingBlockSampling`, `CircularBlockSampling`, and `NoOverlapBlockSampling`. Relevant issue [#45](https://github.com/juliangehring/Bootstrap.jl/issues/45)

Hi all, I noticed this package listed in the recent announcement for StatsKit. Reading through the docs, it sounds like this package is likely to be the default Julia package...

Apologies in advance if this is deliberate behavior, but it seemed odd to me that `TicTacToeEnv` allows illegal moves. For example: ``` env = TicTacToeEnv() env(1) env(1) ``` allows o...

bug

The following code is taken from the tutorial and slightly modified to produce a fairly unintuitive error message: ``` using ReinforcementLearning, ReinforcementLearningBase, Flux env1 = RandomWalk1D() agent1 = Agent(policy=QBasedPolicy(learner =...

Requested ping: @mkborregaard Hi all. Relevant julia discourse thread is [here](https://discourse.julialang.org/t/adding-a-new-line-to-a-candlestick-plot/53375/2). Currently, it is rather tricky to add a new line over the top of an existing candlestick plot because...