Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crystal environment with continuous lattice parameters #221

Merged
merged 198 commits into from
Nov 20, 2023
Merged
Show file tree
Hide file tree
Changes from 219 commits
Commits
Show all changes
198 commits
Select commit Hold shift + click to select a range
d913a58
First version of the continuous lattice parameters environment as a c…
alexhernandezgarcia Sep 16, 2023
b8f1806
Add common tests for all lattice systems.
alexhernandezgarcia Sep 16, 2023
717a716
Fix experiment config file.
alexhernandezgarcia Sep 16, 2023
ba2259a
Add mask of ignored dimensions to forward and backward mask of cube.
alexhernandezgarcia Sep 16, 2023
b529bb3
Add is_effective_dim argument to _make_increments_distribution (WIP)
alexhernandezgarcia Sep 16, 2023
68aebcd
Restore messed up capital letters in previous commit.
alexhernandezgarcia Sep 16, 2023
ccaaa6b
Small fix in backward mask.
alexhernandezgarcia Sep 16, 2023
afea1bc
Fixes to ensure tests are passed
alexhernandezgarcia Sep 16, 2023
fa94696
Mask - make zero - the entries of the ignored dimensions of the actio…
alexhernandezgarcia Sep 17, 2023
b998f90
Add attribute ignored_dim to Cube environment and handle the masks an…
alexhernandezgarcia Sep 18, 2023
c20f2ec
Add not equality constraints of lengfths in triclinic.
alexhernandezgarcia Sep 18, 2023
a08417e
New version of CLatticeParameters env which uses the new functionalit…
alexhernandezgarcia Sep 18, 2023
1441cbf
Set continuous = True in environment init, not in config.
alexhernandezgarcia Sep 18, 2023
4ffded2
Fix typo
alexhernandezgarcia Sep 18, 2023
2e9a1b3
Rename variables.
alexhernandezgarcia Sep 21, 2023
8b73b6b
Merge branch 'cont-lattice-params' of github.com:alexhernandezgarcia/…
alexhernandezgarcia Sep 21, 2023
ceb5788
Extend tests of constraints and improve consistency.
alexhernandezgarcia Sep 21, 2023
3ee57b1
Fix test method name.
alexhernandezgarcia Sep 21, 2023
d6303ec
Remove unused variables
alexhernandezgarcia Sep 21, 2023
0545bc1
First attempt to resolve conflicts, but a lot more work is needed to …
alexhernandezgarcia Sep 21, 2023
7b653c8
Fix merging issue in get_logprobs
alexhernandezgarcia Sep 22, 2023
6d4ca9e
Fixes of merging issues in tests - partial
alexhernandezgarcia Sep 22, 2023
5d41815
Uncomment tests.
alexhernandezgarcia Sep 22, 2023
19756d2
Fix test, related to transformation of distr. params
alexhernandezgarcia Sep 22, 2023
29a1405
Fix more tests, related to transformation of distr. params
alexhernandezgarcia Sep 22, 2023
f928ee1
Fix default parameters of cube
alexhernandezgarcia Sep 22, 2023
0ccec5e
Make beta_params{min,max} attributes of the class instead of being pa…
alexhernandezgarcia Sep 22, 2023
928785b
Fix masks and tests issues related to merging
alexhernandezgarcia Sep 22, 2023
e08e779
Skip tests that need to be updated (readable conversions)
alexhernandezgarcia Sep 22, 2023
81f5c6f
Remove previous version of the environment.
alexhernandezgarcia Sep 22, 2023
03a2f0f
Adjust default config and parameters
alexhernandezgarcia Sep 22, 2023
eefbb99
statebatch2proxy
alexhernandezgarcia Sep 22, 2023
b7e65c6
Make attributes optional
alexhernandezgarcia Sep 22, 2023
8759c5f
First changes to adapt crystal env to continuous lattice parameters.
alexhernandezgarcia Sep 22, 2023
5aa1df9
Resolve conflicts.
alexhernandezgarcia Sep 22, 2023
a310460
Merge changes from main
alexhernandezgarcia Sep 22, 2023
3740aaf
Further changes to adapt the crystal env to continuous parameters.
alexhernandezgarcia Sep 22, 2023
5844f15
Fixes
alexhernandezgarcia Sep 23, 2023
d2a0c80
Implement action2representative in cube and crystal
alexhernandezgarcia Sep 23, 2023
4ae544b
Changes in step methods: return invalid if out of bounds.
alexhernandezgarcia Sep 23, 2023
e8b20aa
Small changes in cube
alexhernandezgarcia Sep 23, 2023
4dba034
WIP: tests for continuous crystals.
alexhernandezgarcia Sep 23, 2023
72eb1fd
Remove test that is already in common.
alexhernandezgarcia Sep 23, 2023
3ad0363
Add common test: forward and backward trajectories are reversible.
alexhernandezgarcia Sep 23, 2023
060521f
Add self.continuous = True; Update get_parents and add TODO about rem…
alexhernandezgarcia Sep 23, 2023
e8902e2
All tests updated and passed except common.
alexhernandezgarcia Sep 23, 2023
9f3d8bf
Replace test__all_env_common -> test__continuous_env_common
alexhernandezgarcia Sep 23, 2023
eacc12e
Implement sample_actions_batch (not tested yet)
alexhernandezgarcia Sep 23, 2023
e2fa6d0
get_policy_output of env base returns torch, not numpy; catch error case
alexhernandezgarcia Sep 23, 2023
12d5794
Fixes in sample_actions_batch
alexhernandezgarcia Sep 23, 2023
3474352
Tests for sample_actions_batch
alexhernandezgarcia Sep 23, 2023
2567ca7
Merge branch 'space-group-subset' into ccrystal
alexhernandezgarcia Sep 23, 2023
b21f7ad
Add self.mask_dim to environments.
alexhernandezgarcia Sep 24, 2023
6c3b1ba
Significant progress in continuous crystal but not there yet.
alexhernandezgarcia Sep 24, 2023
76589e8
Minor change
alexhernandezgarcia Sep 24, 2023
e9c5341
Check only whether effective dimensions are within bounds.
alexhernandezgarcia Sep 24, 2023
bdbc4af
Changes in step()
alexhernandezgarcia Sep 24, 2023
4e89028
Re-enable test
alexhernandezgarcia Sep 24, 2023
d64cb13
Remove old test_cube.py
alexhernandezgarcia Sep 24, 2023
8c1921f
Add Stage DONE
alexhernandezgarcia Sep 24, 2023
ed4df70
Add next() to Stage
alexhernandezgarcia Sep 24, 2023
fb25f42
Simplify step()
alexhernandezgarcia Sep 24, 2023
d96aef5
Add docstring
alexhernandezgarcia Sep 24, 2023
4b30cba
Implement step_backwards. Test to be added.
alexhernandezgarcia Sep 24, 2023
75c49ff
Return source in step_backwards if 0 stage is reached.
alexhernandezgarcia Sep 24, 2023
499bdf0
Minor docstrings fix
alexhernandezgarcia Sep 24, 2023
934bec1
Implement get_logprobs
alexhernandezgarcia Sep 24, 2023
a9e95b4
Modify set_state.
alexhernandezgarcia Sep 24, 2023
861fe62
remove missing elements padding
vict0rsch Sep 24, 2023
0715b18
Various fixes but something is broken
alexhernandezgarcia Sep 24, 2023
f4aacb3
Minor changes in space group.
alexhernandezgarcia Sep 24, 2023
2380e5f
Various changes in tests
alexhernandezgarcia Sep 24, 2023
411a359
Implement set_lattice_system()
alexhernandezgarcia Sep 25, 2023
35f8039
Big replacement of previous code by new code based on dict of subenvs.
alexhernandezgarcia Sep 25, 2023
ea66d52
Fix in cube: entire actions were passed to self._mask_ignored_dimensi…
alexhernandezgarcia Sep 25, 2023
bafab0e
Minor changes in common tests
alexhernandezgarcia Sep 25, 2023
f47f03c
Uncomment common tests
alexhernandezgarcia Sep 25, 2023
ce3f4a5
Add dummy test for debugging
alexhernandezgarcia Sep 25, 2023
335cecb
add exp file
vict0rsch Sep 25, 2023
2fb1a42
Fix spacegroup _is_compatible()
carriepl-mila Sep 25, 2023
1b27b67
Enable new and extend continuous crystal tests.
alexhernandezgarcia Sep 25, 2023
accd761
update params from discussion with Alex
vict0rsch Sep 25, 2023
1e59abc
Fix spacegroup _is_compatible()
carriepl-mila Sep 25, 2023
41d7659
default boltzmann
vict0rsch Sep 25, 2023
77a9c32
handle logger notes in wandb
vict0rsch Sep 25, 2023
3813bcc
describe notes config
vict0rsch Sep 25, 2023
2444d17
_get_param fix
michalkoziarski Sep 25, 2023
d06024a
removed unused imports
michalkoziarski Sep 25, 2023
802f218
rename to `discrete-matbench`
vict0rsch Sep 25, 2023
4b4cd91
state2oracle methods (in progress)
michalkoziarski Sep 25, 2023
c69d6af
update hydra run dir
vict0rsch Sep 25, 2023
dbe9cf5
handle per-job git repo with `--code_dir='$SLURM_TMPDIR'`
vict0rsch Sep 25, 2023
8b64e69
user confirmation even for just for missing `git_checkout`
vict0rsch Sep 25, 2023
22d5519
improve git warning logic
vict0rsch Sep 25, 2023
7e98702
handle quotes in generated command-line
vict0rsch Sep 25, 2023
7bbd17a
strip output for no new line
vict0rsch Sep 25, 2023
c1b489a
fix quotes and ssh to https
vict0rsch Sep 25, 2023
c42826e
print new line
vict0rsch Sep 25, 2023
d1f074b
handle possible "=" in notes
vict0rsch Sep 25, 2023
40bbc92
quote both key AND value if = in CLI
vict0rsch Sep 25, 2023
f26d7fa
typo: removed first level quoting
vict0rsch Sep 25, 2023
a8ab3dc
state*2policy methods
michalkoziarski Sep 26, 2023
be1542c
Revert to returning np.ones in get_policy_output of env base instead …
alexhernandezgarcia Sep 26, 2023
840b654
fixed test
michalkoziarski Sep 26, 2023
c60a11e
In tree: fixed/random_distribution -> fixed/random_distr_params
alexhernandezgarcia Sep 25, 2023
aa16f98
Fix ordering of arguments and add todos to things that must be fixed.
alexhernandezgarcia Sep 25, 2023
f748305
Fix issues in tree.
alexhernandezgarcia Sep 25, 2023
9bb5dba
Skip test if states are none
carriepl-mila Sep 25, 2023
40ca6c2
Resolve cherry-pick
alexhernandezgarcia Sep 11, 2023
d80c2f3
Add warning if test is skipped because of None states so that it does…
alexhernandezgarcia Sep 25, 2023
d27b766
Skip test__backward_actions_have_nonzero_forward_prob for LatticePara…
alexhernandezgarcia Sep 25, 2023
bebffbc
Resolve cherry-pick
alexhernandezgarcia Sep 25, 2023
cf1c12a
Add more exceptions so that test do not crash.
alexhernandezgarcia Sep 25, 2023
dff6318
Fix stupid mistake
alexhernandezgarcia Sep 25, 2023
83d57f9
black
alexhernandezgarcia Sep 26, 2023
67a8bc3
policy_output is a tensor also from base env. This caused issues rela…
alexhernandezgarcia Sep 26, 2023
424eada
Merge branch 'cont-lattice-params-state2-fns' into main-into-ccrystals
alexhernandezgarcia Sep 26, 2023
74d1e86
Merge main and resolve conflicts
alexhernandezgarcia Sep 26, 2023
26c6dd6
policy_output is a tensor also in ctorus and htorus.
alexhernandezgarcia Sep 26, 2023
ce164fc
Adapt ctorus tests.
alexhernandezgarcia Sep 26, 2023
b88a486
Merge branch 'ccrystal' into ccrystals
alexhernandezgarcia Sep 26, 2023
543a348
state*2* of ccrystal
alexhernandezgarcia Sep 26, 2023
f8fe907
Make conversions in cube explicit in methods
alexhernandezgarcia Sep 26, 2023
ce4fb49
Explicit conversions for cont lattice parameters.
alexhernandezgarcia Sep 26, 2023
533badf
Fix in state2policy()
alexhernandezgarcia Sep 26, 2023
00b1700
Fix recursion issue between state2proxy/state2oracle
alexhernandezgarcia Sep 26, 2023
31327ed
Fix state2readable
alexhernandezgarcia Sep 26, 2023
6434694
Add test readable
alexhernandezgarcia Sep 26, 2023
bd87257
Add TODOs
alexhernandezgarcia Sep 26, 2023
d734402
ccrystal config file
alexhernandezgarcia Sep 26, 2023
ea9db8c
improve dave docstring AND fix sg-1
vict0rsch Sep 26, 2023
7f2da07
Remove assert all(valids) when sampling backward trajectories - hopef…
alexhernandezgarcia Sep 26, 2023
f81575e
Change state2oracle methods of composition
alexhernandezgarcia Sep 26, 2023
19726f4
import tflaot
alexhernandezgarcia Sep 26, 2023
406f18b
auto parse repo name
vict0rsch Sep 26, 2023
54eea8f
bump version
vict0rsch Sep 26, 2023
16b85eb
real space group, not index (no `-1`)
vict0rsch Sep 26, 2023
3fba801
Allow passing data set as pkl or csv
alexhernandezgarcia Sep 26, 2023
d512a97
add sample val data
vict0rsch Sep 26, 2023
90e421c
Merge pull request #232 from alexhernandezgarcia/dave-0.3.3
alexhernandezgarcia Sep 26, 2023
7acd17f
minor release: 0.4.0
vict0rsch Sep 26, 2023
0cc80ae
0.3.3
vict0rsch Sep 26, 2023
7380865
bump dave version
vict0rsch Sep 26, 2023
d809c5a
hopefully minor changes in test()
alexhernandezgarcia Sep 26, 2023
da75212
Add prints
alexhernandezgarcia Sep 26, 2023
b6e395d
dave release 0.3.4
alexhernandezgarcia Sep 26, 2023
231665a
updated matbench data
alexhernandezgarcia Sep 26, 2023
94b0383
Merge branch 'discrete-matbench' into ccrystal
alexhernandezgarcia Sep 26, 2023
80f38e1
Cache spacegroup composition checks
carriepl-mila Sep 27, 2023
7e35f31
Update docstring
carriepl-mila Sep 27, 2023
7ccf548
Merge pull request #233 from alexhernandezgarcia/speedup_spacegroup_c…
alexhernandezgarcia Sep 27, 2023
7caa7e3
Merge branch 'ccrystal' of github.com:alexhernandezgarcia/gflownet in…
alexhernandezgarcia Sep 27, 2023
9e500df
Fixes and prints
alexhernandezgarcia Sep 27, 2023
f98bd45
black
alexhernandezgarcia Sep 27, 2023
2e18dd5
Functionality to process whether data from data set is valid accordin…
alexhernandezgarcia Sep 27, 2023
02c63f6
Add missing check in is_valid of composition
alexhernandezgarcia Sep 27, 2023
468672f
Print states that yield nan/inf logprobs
alexhernandezgarcia Sep 27, 2023
b73627e
remove arbitrary filtering of samples
alexhernandezgarcia Sep 27, 2023
41e8864
add goose config
alexhernandezgarcia Sep 27, 2023
ed14ce4
penguin
alexhernandezgarcia Sep 29, 2023
4743023
n_max in test data
alexhernandezgarcia Sep 29, 2023
5a09200
update eval to recent changes
alexhernandezgarcia Sep 29, 2023
eab43f9
add missing params
vict0rsch Sep 29, 2023
5c0e8b9
Add sampling from untrained GFN
alexhernandezgarcia Sep 29, 2023
d40f097
update `load_gflow_net_from_run_path`
vict0rsch Sep 29, 2023
d8f7711
switch `tqdm` / `enumerate`
vict0rsch Sep 29, 2023
bdd1088
add new args
vict0rsch Sep 29, 2023
1e225ce
New `get_batch_sizes` `print_args`
vict0rsch Sep 29, 2023
ec7a898
`base_dir` and condiftional `test()`
vict0rsch Sep 29, 2023
a94d4a2
use `load_gflow_net_from_run_path`
vict0rsch Sep 29, 2023
4566002
batched sampling
vict0rsch Sep 29, 2023
f13a5fc
no grad & print
vict0rsch Sep 29, 2023
4eefd38
sample random crystals
alexhernandezgarcia Sep 29, 2023
7946205
Merge branch 'ccrystal' of github.com:alexhernandezgarcia/gflownet in…
alexhernandezgarcia Sep 29, 2023
95209a3
Merge pull request #237 from alexhernandezgarcia/batched-eval-sampling
alexhernandezgarcia Sep 29, 2023
6ff7a0d
Merge and resolve constraints
alexhernandezgarcia Sep 30, 2023
76ec4d5
Rename variable and add option to control whether sg to lp constraint…
alexhernandezgarcia Sep 30, 2023
e7c525a
Resolve constraints
alexhernandezgarcia Sep 30, 2023
013ccdc
black and isort
alexhernandezgarcia Sep 30, 2023
651baec
update variables in ccrystal config
alexhernandezgarcia Sep 30, 2023
9d2d984
Cherry pick batch logprobs and fix conflicts
alexhernandezgarcia Sep 30, 2023
811d9a0
Cherry pick pbar in logprobs
alexhernandezgarcia Sep 30, 2023
79eb6a7
Functionality to clip reward of dave proxy
alexhernandezgarcia Oct 16, 2023
9abee10
Config dave proxy: add clip variables
alexhernandezgarcia Oct 16, 2023
f4464ae
min/max length/angle in [0,1]
alexhernandezgarcia Oct 16, 2023
60f5dcc
Fix env fixtures in test_ccrystal.py
carriepl-mila Oct 23, 2023
cf7cc44
Fix test of comp-to-sg constraints
carriepl-mila Oct 23, 2023
c5106eb
Ensure right dtype in composition/statetorch2oracle
carriepl-mila Oct 23, 2023
80a32cf
Fix composition tests
carriepl-mila Oct 24, 2023
229bed5
Fix crystal tests
carriepl-mila Oct 24, 2023
01a1c08
Merge pull request #246 from alexhernandezgarcia/ccrystal_fix_tests
alexhernandezgarcia Oct 27, 2023
7413040
Update ccube config files because policy config is not being loaded a…
alexhernandezgarcia Nov 16, 2023
a169a9e
Update clatticeparameters config files because policy config is not b…
alexhernandezgarcia Nov 16, 2023
7ef6764
Remove goose and penguin configs
alexhernandezgarcia Nov 16, 2023
619281d
Update discrete-matbench config files because policy config is not be…
alexhernandezgarcia Nov 16, 2023
7ea8f9d
Fix: clone of policy_outputs into logits in get_logprobs must not be …
alexhernandezgarcia Nov 16, 2023
cb4bf18
Merge pull request #251 from alexhernandezgarcia/fix-get_logprobs-base
alexhernandezgarcia Nov 17, 2023
de3991c
Resolve conflicts with main
alexhernandezgarcia Nov 20, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions LAUNCH.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ usage: launch.py [-h] [--help-md] [--job_name JOB_NAME] [--outdir OUTDIR]
[--cpus_per_task CPUS_PER_TASK] [--mem MEM] [--gres GRES]
[--partition PARTITION] [--modules MODULES]
[--conda_env CONDA_ENV] [--venv VENV] [--template TEMPLATE]
[--code_dir CODE_DIR] [--jobs JOBS] [--dry-run] [--verbose]
[--force]
[--code_dir CODE_DIR] [--git_checkout GIT_CHECKOUT]
[--jobs JOBS] [--dry-run] [--verbose] [--force]

optional arguments:
-h, --help show this help message and exit
Expand All @@ -35,6 +35,11 @@ optional arguments:
$root/mila/sbatch/template-conda.sh
--code_dir CODE_DIR cd before running main.py (defaults to here). Defaults
to $root
--git_checkout GIT_CHECKOUT
Branch or commit to checkout before running the code.
This is only used if --code_dir='$SLURM_TMPDIR'. If
not specified, the current branch is used. Defaults to
None
--jobs JOBS jobs (nested) file name in external/jobs (with or
without .yaml). Or an absolute path to a yaml file
anywhere Defaults to None
Expand All @@ -54,6 +59,7 @@ conda_env : gflownet
cpus_per_task : 2
dry-run : False
force : False
git_checkout : None
gres : gpu:1
job_name : gflownet
jobs : None
Expand Down
6 changes: 1 addition & 5 deletions config/env/ccube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,17 @@ n_dim: 2
kappa: 1e-3
# Policy
min_incr: 0.1
n_comp: 1
n_comp: 2
epsilon: 1e-6
beta_params_min: 0.1
beta_params_max: 100.0
fixed_distr_params:
beta_params_min: ${env.beta_params_min}
beta_params_max: ${env.beta_params_max}
beta_weights: 1.0
beta_alpha: 10.0
beta_beta: 10.0
bernoulli_bts_prob: 0.1
bernoulli_eos_prob: 0.1
random_distr_params:
beta_params_min: ${env.beta_params_min}
beta_params_max: ${env.beta_params_max}
beta_weights: 1.0
beta_alpha: 10.0
beta_beta: 10.0
Expand Down
26 changes: 26 additions & 0 deletions config/env/crystals/ccrystal.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
defaults:
- base

_target_: gflownet.envs.crystals.ccrystal.CCrystal

# Composition config
id: ccrystal
composition_kwargs:
elements: 89
# Lattice parameters config
lattice_parameters_kwargs:
min_length: 1.0
max_length: 350.0
min_angle: 50.0
max_angle: 150.0
# Space group config
space_group_kwargs:
space_groups_subset: null
# Stoichiometry <-> space group check
do_stoichiometry_sg_check: True

# Buffer
buffer:
data_path: null
train: null
test: nulll
43 changes: 43 additions & 0 deletions config/env/crystals/clattice_parameters.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
defaults:
- base

_target_: gflownet.envs.crystals.clattice_parameters.CLatticeParameters

id: clattice_parameters

# Lattice system
lattice_system: triclinic
# Allowed ranges of size and angles
min_length: 1.0
max_length: 350.0
min_angle: 50.0
max_angle: 150.0

# Policy
min_incr: 0.1
n_comp: 2
epsilon: 1e-6
beta_params_min: 0.1
beta_params_max: 100.0
fixed_distribution:
beta_weights: 1.0
beta_alpha: 10.0
beta_beta: 10.0
bernoulli_bts_prob: 0.1
bernoulli_eos_prob: 0.1
random_distribution:
beta_weights: 1.0
beta_alpha: 10.0
beta_beta: 10.0
bernoulli_bts_prob: 0.1
bernoulli_eos_prob: 0.1

# Buffer
buffer:
data_path: null
train: null
test:
type: grid
n: 900
output_csv: clp_test.csv
output_pkl: clp_test.pkl
3 changes: 3 additions & 0 deletions config/env/crystals/spacegroup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ defaults:
_target_: gflownet.envs.crystals.spacegroup.SpaceGroup

id: spacegroup

# Subset of space groups
space_groups_subset: null
# Stoichiometry
n_atoms: null

Expand Down
4 changes: 0 additions & 4 deletions config/experiments/ccube/corners.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,12 @@ env:
beta_params_max: 100.0
min_incr: 0.1
fixed_distr_params:
beta_params_min: ${env.beta_params_min}
beta_params_max: ${env.beta_params_max}
beta_weights: 1.0
beta_alpha: 10.0
beta_beta: 10.0
bernoulli_eos_prob: 0.1
bernoulli_bts_prob: 0.1
random_distr_params:
beta_params_min: ${env.beta_params_min}
beta_params_max: ${env.beta_params_max}
beta_weights: 1.0
beta_alpha: 10.0
beta_beta: 10.0
Expand Down
30 changes: 12 additions & 18 deletions config/experiments/ccube/hyperparams_search_20230920_batch1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,8 @@ jobs:
env:
__value__: ccube
n_comp: 5
fixed_distr_params:
beta_params_min: 0.01
beta_params_max: 100.0
beta_params_min: 0.01
beta_params_max: 100.0
random_distr_params:
beta_weights: 1.0
beta_alpha: 100.0
Expand All @@ -80,9 +79,8 @@ jobs:
env:
__value__: ccube
n_comp: 5
fixed_distr_params:
beta_params_min: 0.1
beta_params_max: 100.0
beta_params_min: 0.1
beta_params_max: 100.0
random_distr_params:
beta_weights: 1.0
beta_alpha: 100.0
Expand All @@ -95,9 +93,8 @@ jobs:
env:
__value__: ccube
n_comp: 5
fixed_distr_params:
beta_params_min: 1
beta_params_max: 100.0
beta_params_min: 1
beta_params_max: 100.0
random_distr_params:
beta_weights: 1.0
beta_alpha: 100.0
Expand All @@ -110,9 +107,8 @@ jobs:
env:
__value__: ccube
n_comp: 5
fixed_distr_params:
beta_params_min: 0.01
beta_params_max: 1000.0
beta_params_min: 0.01
beta_params_max: 1000.0
random_distr_params:
beta_weights: 1.0
beta_alpha: 100.0
Expand All @@ -125,9 +121,8 @@ jobs:
env:
__value__: ccube
n_comp: 5
fixed_distr_params:
beta_params_min: 0.1
beta_params_max: 1000.0
beta_params_min: 0.1
beta_params_max: 1000.0
random_distr_params:
beta_weights: 1.0
beta_alpha: 100.0
Expand All @@ -140,9 +135,8 @@ jobs:
env:
__value__: ccube
n_comp: 5
fixed_distr_params:
beta_params_min: 1
beta_params_max: 1000.0
beta_params_min: 1
beta_params_max: 1000.0
random_distr_params:
beta_weights: 1.0
beta_alpha: 100.0
Expand Down
30 changes: 12 additions & 18 deletions config/experiments/ccube/hyperparams_search_20230920_batch2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,8 @@ jobs:
env:
__value__: ccube
n_comp: 5
fixed_distr_params:
beta_params_min: 0.01
beta_params_max: 100.0
beta_params_min: 0.01
beta_params_max: 100.0
random_distr_params:
beta_weights: 1.0
beta_alpha: 100.0
Expand All @@ -80,9 +79,8 @@ jobs:
env:
__value__: ccube
n_comp: 5
fixed_distr_params:
beta_params_min: 0.1
beta_params_max: 100.0
beta_params_min: 0.1
beta_params_max: 100.0
random_distr_params:
beta_weights: 1.0
beta_alpha: 100.0
Expand All @@ -95,9 +93,8 @@ jobs:
env:
__value__: ccube
n_comp: 5
fixed_distr_params:
beta_params_min: 1
beta_params_max: 100.0
beta_params_min: 1
beta_params_max: 100.0
random_distr_params:
beta_weights: 1.0
beta_alpha: 100.0
Expand All @@ -110,9 +107,8 @@ jobs:
env:
__value__: ccube
n_comp: 5
fixed_distr_params:
beta_params_min: 0.01
beta_params_max: 1000.0
beta_params_min: 0.01
beta_params_max: 1000.0
random_distr_params:
beta_weights: 1.0
beta_alpha: 100.0
Expand All @@ -125,9 +121,8 @@ jobs:
env:
__value__: ccube
n_comp: 5
fixed_distr_params:
beta_params_min: 0.1
beta_params_max: 1000.0
beta_params_min: 0.1
beta_params_max: 1000.0
random_distr_params:
beta_weights: 1.0
beta_alpha: 100.0
Expand All @@ -140,9 +135,8 @@ jobs:
env:
__value__: ccube
n_comp: 5
fixed_distr_params:
beta_params_min: 1
beta_params_max: 1000.0
beta_params_min: 1
beta_params_max: 1000.0
random_distr_params:
beta_weights: 1.0
beta_alpha: 100.0
Expand Down
30 changes: 12 additions & 18 deletions config/experiments/ccube/hyperparams_search_20230920_batch3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,8 @@ jobs:
env:
__value__: ccube
n_comp: 2
fixed_distr_params:
beta_params_min: 0.01
beta_params_max: 100.0
beta_params_min: 0.01
beta_params_max: 100.0
random_distr_params:
beta_weights: 1.0
beta_alpha: 100.0
Expand All @@ -80,9 +79,8 @@ jobs:
env:
__value__: ccube
n_comp: 2
fixed_distr_params:
beta_params_min: 0.1
beta_params_max: 100.0
beta_params_min: 0.1
beta_params_max: 100.0
random_distr_params:
beta_weights: 1.0
beta_alpha: 100.0
Expand All @@ -95,9 +93,8 @@ jobs:
env:
__value__: ccube
n_comp: 2
fixed_distr_params:
beta_params_min: 1
beta_params_max: 100.0
beta_params_min: 1
beta_params_max: 100.0
random_distr_params:
beta_weights: 1.0
beta_alpha: 100.0
Expand All @@ -110,9 +107,8 @@ jobs:
env:
__value__: ccube
n_comp: 2
fixed_distr_params:
beta_params_min: 0.01
beta_params_max: 1000.0
beta_params_min: 0.01
beta_params_max: 1000.0
random_distr_params:
beta_weights: 1.0
beta_alpha: 100.0
Expand All @@ -125,9 +121,8 @@ jobs:
env:
__value__: ccube
n_comp: 2
fixed_distr_params:
beta_params_min: 0.1
beta_params_max: 1000.0
beta_params_min: 0.1
beta_params_max: 1000.0
random_distr_params:
beta_weights: 1.0
beta_alpha: 100.0
Expand All @@ -140,9 +135,8 @@ jobs:
env:
__value__: ccube
n_comp: 2
fixed_distr_params:
beta_params_min: 1
beta_params_max: 1000.0
beta_params_min: 1
beta_params_max: 1000.0
random_distr_params:
beta_weights: 1.0
beta_alpha: 100.0
Expand Down
Loading