Ted

Results 6 issues of Ted

Hi, When running cartpole.py, I get the following (go to step 119): ``` % python cartpole.py INFO:evograd.noise:Sampling 10000000 random numbers with seed 42 INFO:evograd.noise:Sampled 40000000 bytes /Users/tcf/anaconda3/envs/evo/lib/python3.7/site-packages/gym/logger.py:30: UserWarning: WARN: Box...

If `e in edges(g) == true`, shouldn't it follow that `revedge(e) in edges(g) == true` for undirected graphs?

@pozorvlak Here is the failed attempt at testing `remove_edge!`. Even though testing works here, it still does not work locally.

If anyone could point me to some references on how to do testing for Julia packages, I'll include the tests in another PR. Also, should we give users a choice...

I just installed the bleeding edge version of Julia and this package seems to have problems calling methods. For example: ``` julia model = [2.0, 1.0, -1.0] X_train = randn(1000,...

I executed `cabal undate` and `cabal install HLearn-algebra` but it keeps trying to install ConstraintKinds-1.1.0.0 which always fails. This is strange since in the repository it asks for >=1.2.0 .