Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
colinxs committed May 8, 2020
1 parent 9489744 commit 33e855c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 97 deletions.
53 changes: 0 additions & 53 deletions foo.jl

This file was deleted.

24 changes: 0 additions & 24 deletions mustimp.jl

This file was deleted.

29 changes: 9 additions & 20 deletions src/LyceumAI.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,29 +37,13 @@ using RecursiveArrayTools
using UnsafeArrays
using Zygote: Params, Grads

#export
# # Algorithms
# MPPI,
# NaturalPolicyGradient,

# # Models
# DiagGaussianPolicy,
# grad_loglikelihood!,
# loglikelihood,

# # Flux tools
# FluxTrainer,
# FluxTrainerIterator,
# orthonormal,
# multilayer_perceptron,

# # Miscellaneous
# ControllerIterator

const AbsVecOrMat{T} = Union{AbstractVector{T},AbstractMatrix{T}}
const AbsVecOrMat{T} = Union{AbstractVector{T},AbstractMatrix{T}} # TODO

#include("util/misc.jl")
#include("vectorproducts.jl")


#FluxTrainer, FluxTrainerIterator, orthonormal, multilayer_perceptron,
#include("flux.jl")


Expand All @@ -73,10 +57,15 @@ export DiagonalGaussianPolicy


#include("algorithms/cg.jl")

#export MPPI
#include("algorithms/MPPI.jl")

#export NaturalPolicyGradient
#include("algorithms/naturalpolicygradient.jl")


export ControllerIterator
#include("controller.jl")

end # module

0 comments on commit 33e855c

Please sign in to comment.