Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MetaRL
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
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Wang, Mia
MetaRL
Commits
a3ebc162
Commit
a3ebc162
authored
2 years ago
by
Sun Jin Kim
Browse files
Options
Downloads
Patches
Plain Diff
fix import ucb_learner calls
parent
c4d6923d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
auto_augmentation/training.py
+1
-1
1 addition, 1 deletion
auto_augmentation/training.py
backend_react/react_app.py
+1
-1
1 addition, 1 deletion
backend_react/react_app.py
with
2 additions
and
2 deletions
auto_augmentation/training.py
+
1
−
1
View file @
a3ebc162
...
...
@@ -18,7 +18,7 @@ from tqdm import trange
torch
.
manual_seed
(
0
)
# import agents and its functions
from
MetaAugment
import
UCB1_JC_py
as
UCB1_JC
from
MetaAugment
.autoaugment_learners
import
ucb_learner
as
UCB1_JC
from
MetaAugment
import
Evo_learner
as
Evo
...
...
This diff is collapsed.
Click to expand it.
backend_react/react_app.py
+
1
−
1
View file @
a3ebc162
...
...
@@ -24,7 +24,7 @@ import sys
sys
.
path
.
insert
(
0
,
os
.
path
.
abspath
(
'
..
'
))
# # import agents and its functions
from
MetaAugment
import
UCB1_JC_py
as
UCB1_JC
from
MetaAugment
.autoaugment_learners
import
ucb_learner
as
UCB1_JC
from
MetaAugment.autoaugment_learners
import
evo_learner
import
MetaAugment.controller_networks
as
cn
import
MetaAugment.autoaugment_learners
as
aal
...
...
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