alexhernandezgarcia / gflownet

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

Crystals sampling scripts #275

Open AlexandraVolokhova opened 8 months ago

AlexandraVolokhova commented 8 months ago

Should be reviewed after merging #274 Scripts for sampling crystals from uniform distribution + Alex's scripts for evaluating crystals gflownet.

I have a hardcoded path here which is not nice but I don't know how to pass it as an argument to the script as I'm passing the whole hydra config there (same as for the main.py). So, it's not obvious how to add one more parameter there without changing the main config. Would appreciate your suggestion how to improve it.