rlcode / reinforcement-learning

Minimal and Clean Reinforcement Learning Examples
MIT License
3.35k stars 725 forks source link

is it possible to apply categorical_crossentropy to a3c? #82

Open hhbyyh opened 6 years ago

hhbyyh commented 6 years ago

Just want to know if it makes sense to apply the tech in https://github.com/rlcode/reinforcement-learning/blob/master/2-cartpole/3-reinforce/cartpole_reinforce.py#L45

to a3c implementations, for cartpole and breakout? Thanks.

hhbyyh commented 6 years ago

cc @dnddnjs Thanks