Jun Tian
Jun Tian
Waiting for @xiaodaigh to register it https://github.com/xiaodaigh/Game2048.jl 😉
https://github.com/geek-ai/MAgent I just did a quick test. It seems easy to support. Ping me if anyone really needs this environment.
Would be nice to wrap [Box2D](https://github.com/erincatto/Box2D) and include some environments like the ones of [OpenAI Gym](https://github.com/openai/gym/tree/master/gym/envs/box2d).
https://github.com/bulletphysics/bullet3 See also [here](https://discourse.julialang.org/t/julia-interface-to-bullet-physics/12617)
This is an ambitious goal that workers and learners can be relatively independent. One possible scenario may be, running fast evaluation in Julia within workers and running learner with TF/PyTorch/JAX...
For example: http://docs.yaoquantum.org/stable/man/registers.html#YaoBase.nactive  It will jump to https://github.com/JuliaLang/julia/blob/46ce4d79337bdd257ee2e3d2f4bb1c55ff0a5030/base/#L0-L8 . I guess it relates to the code here: https://github.com/QuantumBFS/YaoBase.jl/blob/master/src/utils/interface.jl#L30 Any idea how to fix it?
I'd like to customize the color of those characters in `TreeCharSet` with https://github.com/KristofferC/Crayons.jl . But the type is constrained to `String` currently. (I remember it was not in prior minor...
Currently the docker image and tag are hard-coded in the source code: https://github.com/JuliaDocs/Documenter.jl/blob/28de68c0a10c7f7e8f7e6de9dcf266f9ab5947e1/src/Writers/LaTeXWriter.jl#L134 https://github.com/JuliaDocs/Documenter.jl/blob/28de68c0a10c7f7e8f7e6de9dcf266f9ab5947e1/src/Writers/LaTeXWriter.jl#L159 It would be very convient to allow configuring them.