Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Cooperative Cuisine Environment
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Social Cognitive Systems
CoCoSy
Cooperative Cuisine Environment
Commits
1771d7e4
Commit
1771d7e4
authored
6 months ago
by
Christoph Kowalski
Browse files
Options
Downloads
Patches
Plain Diff
Updated logging to wandb
parent
9f856ab7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!110
V1.2.0 changes
,
!109
SB3 RL with Hydra
Pipeline
#60814
passed
6 months ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cooperative_cuisine/reinforcement_learning/train_single_agent.py
+1
-1
1 addition, 1 deletion
...tive_cuisine/reinforcement_learning/train_single_agent.py
with
1 addition
and
1 deletion
cooperative_cuisine/reinforcement_learning/train_single_agent.py
+
1
−
1
View file @
1771d7e4
...
...
@@ -44,7 +44,7 @@ def main(cfg: DictConfig):
# also upload the environment config to W&B and all stable baselines3 hyperparams
run
=
wandb
.
init
(
project
=
additional_configs
[
"
project_name
"
],
config
=
confi
g
,
config
=
data_to_lo
g
,
sync_tensorboard
=
additional_configs
[
"
sync_tensorboard
"
],
# auto-upload sb3's tensorboard metrics
monitor_gym
=
additional_configs
[
"
monitor_gym
"
],
dir
=
additional_configs
[
"
log_path
"
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment