Skip to content

Commit e3d6cca

Browse files
committed
refactor: reorganize the code and fix failing tests
1 parent 5da6cc9 commit e3d6cca

6 files changed

Lines changed: 156 additions & 295 deletions

File tree

Project.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,18 @@ DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
1212
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
1313
InferOpt = "4846b161-c94e-4150-8dac-c7ae193c601f"
1414
MLUtils = "f1d291b0-491e-4a28-83b9-f70985020b54"
15-
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
1615
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
1716
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1817
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1918
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
2019
ValueHistories = "98cad3c8-aec3-5f06-8e41-884608649ab7"
2120

2221
[compat]
23-
DecisionFocusedLearningBenchmarks = "0.5.0, 0.6"
22+
DecisionFocusedLearningBenchmarks = "0.6.1"
2423
DocStringExtensions = "0.9.5"
2524
Flux = "0.16.9"
2625
InferOpt = "0.7.1"
2726
MLUtils = "0.4.8"
28-
Plots = "1.41.6"
2927
ProgressMeter = "1.11.0"
3028
Random = "1.11.0"
3129
Statistics = "1.11.1"

src/DecisionFocusedLearningAlgorithms.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ include("algorithms/abstract_algorithm.jl")
2525
include("algorithms/supervised/fyl.jl")
2626
include("algorithms/supervised/anticipative_imitation.jl")
2727
include("algorithms/supervised/dagger.jl")
28-
include("algorithms/MirrorDescent/mirror_descent.jl")
28+
include("algorithms/mirror_descent/mirror_descent.jl")
2929

3030
export TrainingContext
3131

src/algorithms/MirrorDescent/mirror_descent.jl

Lines changed: 0 additions & 133 deletions
This file was deleted.

0 commit comments

Comments
 (0)