Skip to content

Configurations

syorkp edited this page Apr 28, 2023 · 2 revisions

New configuration scaffolds can be created for DQN and PPO models by modifying and running dqn_scaffold_configuration_base.py and ppo_scaffold_configuration_base.py respectively. This produces two .json files for each point in the scaffold.

To generate assay configs, there are utilities available that convert particular scaffold point configs, or most recent model configs in Configurations/Utilities/ Alternatively, dqn_assay_configuration_base.py or ppo_assay_configuration_base.py can be used to create novel configs.

Clone this wiki locally