Oleksii Kachaiev
Oleksii Kachaiev
@googlebot I signed it!
Unfortunately, `->` is invalid variable name in python, so you can't do anything that looks like clojure thread macros `->` and `->>`. By the way, it's easy to read only...
@gabrielpjordao Personally I use global config for this. But, yes, it's reasonable to have local `.gitignore` file. My concern is that it should be fully functional (with `__pycache__`, `*.so` and...
@berrytj Yeah, I still think about it. I just don't want to make obvious mistake: to write decorator which will require special decorators order in each case. Which means that...
Does "I suggest" mean that you are not going to implement it as PR?
Just one question, if you are going to start implementation, how will it differ from http://docs.python.org/3.4/library/functools.html#functools.lru_cache ?
Ok, looking forward!
Sure, you're right. Firstly this function was declared for this point in road-map: > Curried function builder to simplify `lambda arg1: lambda arg2:` I'll fix `curry`/`uncurry` inconsistency when work on...
> The idea is that mlp_extractor transforms the state information into some useful latent and then the distribution object transforms that latent into values the distribution needs to create a...
So I drafted some changes that are necessary, using `ActorCriticPolicy` as an example (didn't look into other policies yet). This [commit](https://github.com/kachayev/gym-microrts-paper-sb3/commit/1135225ded9146db83e9853fad2dcbb626f1e988). The code definitely looks much easier from user's perspective....