Hi there,
Since most of the reinforcement learning environments for robotics etc. applications are available in Python so I was wondering if I could implement RL algorithms in Julia and still train those agents written in Python?
In other words, can I use RL environments like multi-agent-emergence-environments from Julia by using something like PyCall.jl?