alexhernandezgarcia / gflownet

Generative Flow Networks - GFlowNet
https://gflownet.readthedocs.io/en/latest/
Apache License 2.0
167 stars 11 forks source link

[WIP] Git-based external library utils #294

Open vict0rsch opened 7 months ago

vict0rsch commented 7 months ago

Used to be able to manage several external libraries in the same directory.

Assumes the package / module to be imported is accessible from the root of the cloned library (sys.path.insert(0, repo_path)).

Assumes the user has made sure requirements were compatible.