jaclearn.rl.algo package¶
Submodules¶
jaclearn.rl.algo.advantage module¶
jaclearn.rl.algo.math module¶
-
jaclearn.rl.algo.math.discount_cumsum(x, gamma)[source]¶ Compute the discounted cumulative summation of an 1-d array. From https://github.com/rll/rllab/blob/master/rllab/misc/special.py
-
jaclearn.rl.algo.math.discount_return(x, discount)[source]¶ Compute the discounted return summation of an 1-d array. From https://github.com/rll/rllab/blob/master/rllab/misc/special.py