-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
31 lines (27 loc) · 910 Bytes
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name = "DeepCFR"
uuid = "8c28a765-69da-4b11-9191-9a4a2c83148b"
authors = ["WhiffleFish <tylertronics@gmail.com> and contributors"]
version = "0.1.0"
[deps]
CounterfactualRegret = "9fefe0b7-a0d5-4e12-a8ed-3472cccdfc49"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
[compat]
CounterfactualRegret = "0.3, 0.4"
FileIO = "1"
Flux = "0.13"
JLD2 = "0.4"
ProgressMeter = "1"
RecipesBase = "1"
julia = "1"
[extras]
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "StaticArrays", "Flux", "JLD2"]