Robert Moss

Results 31 comments of Robert Moss

Yeah this is typical for this style. The subscripts come out teeny-tiny and the mix of serif font with a monospaced font feels odd. Note this _isn't_ using JuliaMono (yet)

See #151. This is a Pluto plotting issue and not a dependency issue with BayesNets.jl.

I agree with Mykel. @Karthik-avj could you explain how adding Pluto to the Project.toml helps make BayesNets compatible? You can already add BayesNets to any Pluto notebook without this addition.

@Karthik-avj This is a Pluto plotting issue and not a dependency issue with BayesNets.jl.

Ah yes, of course. This feature is a little finicky as I want to define framerate, but you can control the speed with: ```julia using PacMan gs = PacMan.GameState() gs.frame_update...

I made it easier and added the info to the screen when you run `using PacMan` ```julia using PacMan ``` will output: ```julia ┌ Info: 🟡 ᐧ ᐧ ᐧ ᐧ...

I think it'll be under the same MIT license as the POMDPs.jl repo (https://github.com/JuliaPOMDP/POMDPs.jl/blob/master/LICENSE.md) @logankilpatrick can you confirm the licensing of Julia Academy produced code?

Yeah I agree that we can lighten the POMDPGym dependency. I'm all for this.

@zengmao good call—we've moved POMDPGym to test-specific dependencies in the latest release

This is awesome! Any word on when/if this will be included in a newer Pluto version?