-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (22 loc) · 1016 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/stellentus/cartpoles
go 1.14
require (
github.com/golang-basic/golearn v0.0.0-20141106095017-ec846e62d2ef // indirect
github.com/golang/protobuf v1.4.1
github.com/gonum/blas v0.0.0-20181208220705-f22b278b28ac // indirect
github.com/gonum/floats v0.0.0-20181209220543-c233463c7e82 // indirect
github.com/gonum/internal v0.0.0-20181124074243-f884aa714029 // indirect
github.com/gonum/lapack v0.0.0-20181123203213-e4cdc5a0bff9 // indirect
github.com/gonum/matrix v0.0.0-20181209220409-c518dec07be9 // indirect
github.com/mkmik/argsort v1.1.0
github.com/sjwhitworth/golearn v0.0.0-20200806161737-c39ef5156bdf
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/stellentus/tile v0.9.1
github.com/stretchr/testify v1.5.1
github.com/tensorflow/tensorflow v2.1.0+incompatible
golang.org/x/exp v0.0.0-20190125153040-c74c464bbbf2
golang.org/x/net v0.0.0-20190311183353-d8887717615a
gonum.org/v1/gonum v0.7.0
google.golang.org/grpc v1.29.1
google.golang.org/protobuf v1.22.0
)