-
-
Notifications
You must be signed in to change notification settings - Fork 108
Description
I have a fork of the package with some personalized changes in RLCore. I tried to add the package to my Julia environment using the github url for the fork with ] add https://github.com/<username>/ReinforcementLearning.jl
. This adds the code of the forked package but also the official versions of the subpackages of Core, Base, Environments and Farm. And when I load it with using ReinforcementLearning
, it loads the official version and not the forked version. A way around it is to clone the forked repo locally and use develop
. However, this is not very portable as there are file paths in the Manifest.toml and the environment cannot be easily recreated on different machines, which is important for collaboration. Is there an easier way?