This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (py37) ॐ ReAgent git:(master) ✗ $ ./reagent/workflow/cli.py run reagent.workflow.gym_batch_rl.timeline_operator $CONFIG | |
| I0424 173505.209 dataclasses.py:48] USE_VANILLA_DATACLASS: False | |
| I0424 173505.209 dataclasses.py:49] ARBITRARY_TYPES_ALLOWED: True | |
| I0424 173505.210 registry_meta.py:19] Adding REGISTRY to type TrainingReport | |
| I0424 173505.210 registry_meta.py:40] Not Registering TrainingReport to TrainingReport. Abstract method [] are not implemented. | |
| I0424 173505.210 registry_meta.py:19] Adding REGISTRY to type PublishingResult | |
| I0424 173505.210 registry_meta.py:40] Not Registering PublishingResult to PublishingResult. Abstract method [] are not implemented. | |
| I0424 173505.210 registry_meta.py:19] Adding REGISTRY to type ValidationResult | |
| I0424 173505.210 registry_meta.py:40] Not Registering ValidationResult to ValidationResult. Abstract method [] are not implemented. | |
| I0424 173505.211 registry_meta.py:31] Registering NoPublishingResults to PublishingResult |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (py37) ॐ ReAgent git:(master) ✗ $ ./reagent/workflow/cli.py run reagent.gym.tests.test_gym.run_test_online_episode $CONFIG | |
| I0424 172639.545 dataclasses.py:48] USE_VANILLA_DATACLASS: False | |
| I0424 172639.545 dataclasses.py:49] ARBITRARY_TYPES_ALLOWED: True | |
| I0424 172639.545 registry_meta.py:19] Adding REGISTRY to type TrainingReport | |
| I0424 172639.545 registry_meta.py:40] Not Registering TrainingReport to TrainingReport. Abstract method [] are not implemented. | |
| I0424 172639.545 registry_meta.py:19] Adding REGISTRY to type PublishingResult | |
| I0424 172639.545 registry_meta.py:40] Not Registering PublishingResult to PublishingResult. Abstract method [] are not implemented. | |
| I0424 172639.546 registry_meta.py:19] Adding REGISTRY to type ValidationResult | |
| I0424 172639.546 registry_meta.py:40] Not Registering ValidationResult to ValidationResult. Abstract method [] are not implemented. | |
| I0424 172639.546 registry_meta.py:31] Registering NoPublishingResults to PublishingResult |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (py37) ॐ ReAgent git:(master) ✗ $ ./reagent/workflow/cli.py run reagent.gym.tests.test_gym.run_test $CONFIG | |
| I0424 172401.719 dataclasses.py:48] USE_VANILLA_DATACLASS: False | |
| I0424 172401.719 dataclasses.py:49] ARBITRARY_TYPES_ALLOWED: True | |
| I0424 172401.719 registry_meta.py:19] Adding REGISTRY to type TrainingReport | |
| I0424 172401.719 registry_meta.py:40] Not Registering TrainingReport to TrainingReport. Abstract method [] are not implemented. | |
| I0424 172401.719 registry_meta.py:19] Adding REGISTRY to type PublishingResult | |
| I0424 172401.719 registry_meta.py:40] Not Registering PublishingResult to PublishingResult. Abstract method [] are not implemented. | |
| I0424 172401.721 registry_meta.py:19] Adding REGISTRY to type ValidationResult | |
| I0424 172401.721 registry_meta.py:40] Not Registering ValidationResult to ValidationResult. Abstract method [] are not implemented. | |
| I0424 172401.721 registry_meta.py:31] Registering NoPublishingResults to PublishingResult |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import random | |
| import requests | |
| from optimizely import optimizely | |
| from haikunator import Haikunator | |
| def main(): | |
| url = 'https://cdn.optimizely.com/json/your_project_id_here.json' | |
| experiment = 'my_new_experiment' |