Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
emoUS-public
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
dsml
emoUS-public
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
823dda6dc93eb7201b35836701c879ecb9415ec0
Select Git revision
Selected
823dda6dc93eb7201b35836701c879ecb9415ec0
Branches
19
master
default
protected
add_default_vectorizer_and_pretrained_loading
change_system_act_in_env
clean_code
convlab_exp
crossowoz_ddpt
e2e-soloist
emoUS
generalized_action_dicts
issue127
issue_114
nlg-scgpt
ppo_num_dialogues
pre-training
readme
remapping_actions
robust_masking_feature
scgpt_exp
soloist
20 results
Begin with the selected commit
Created with Raphaël 2.2.0
27
Jun
26
23
22
21
20
14
13
10
8
3
2
1
30
May
27
24
23
17
16
13
12
11
10
7
6
5
30
Apr
29
27
26
25
24
22
21
20
19
18
15
14
13
11
10
9
8
1
22
Mar
21
19
18
17
15
10
9
3
2
1
28
Feb
26
25
23
19
18
17
16
15
14
10
2
1
30
Jan
26
24
21
19
13
7
31
Dec
28
27
22
21
22
21
22
20
19
15
14
10
9
8
7
2
1
30
Nov
29
28
27
24
13
Sep
19
Aug
30
Jul
7
18
Jun
17
20
May
7
29
Apr
16
2
15
Mar
14
2
8
Jan
29
Dec
18
Nov
1
31
Oct
30
29
28
27
26
22
18
17
15
13
7
6
2
1
30
Sep
29
28
27
25
24
23
22
21
20
19
10
9
8
7
5
4
2
1
29
Aug
26
24
19
16
6
29
Jul
27
26
24
22
18
16
15
13
10
9
7
4
29
Jun
23
18
17
15
13
10
25
May
14
4
2
29
Apr
12
9
Feb
update requirements.txt
add boto3 support for download in setup.py, excluding data/* using MANIFEST
update multiwoz21 database.py
add func relative_import_module_from_unified_datasets: import module from unified datasets, support loading module from hf datasets
change 'from data.unified_datasets.xxx import xxx' to using importlib and relative path, do not regard ConvLab-3/data as a package
mv booking_remapper into preprocess.py
support load dataset from hf dataset
use .gitignore instead of MANIFEST.in
use Mintlify Doc Writer (vscode plugin) to generate doc for code and manually revise
rename agent examples
update NOTICE, add new models
update dockerfile
update .gitignore
update github issue& pr template
update requirements.txt & setup.py, move tests/ to agent_examples/, move deploy to convlab/deploy
rename convlab2 to convlab
Merge branch 'master' into clean_code
add wow downstream
pre-training
pre-training
add woz dataset
add woz dataset
Merge branch 'master' of gitlab.cs.uni-duesseldorf.de:dsml/convlab/ConvLab3
little bugfix when using a larger amount of new dialogues before updating
Merge branch 'master' into 'master'
TypeError fixed
tracker gets whole history in self.state
refactored evaluate_dialog function in multiwoz evaluator. Using self.update_goal creates a mismatch of successful dialogues, where 8 dialogues have a mismatch out of 400 when using evaluate.py
Merge branch 'ddpt_ocl'
can plot success for every domain combination during ocl training
Update README.md
Update README.md
add wow data
online metric also saves goal so i can calculate which goals are more difficult
fixed bug, goal generator now takes an additional argument defining possible goal distribution
Merge branch 'master' into ddpt_ocl
can use vtrace_DPT in evaluate.py
Merge branch 'github_master'
option to load model weights through model_path argument in evaluate.py
update pre-training data
bug fix in plot_ocl and saving config of policy now
bug fix and added budget_balance
Loading