Using Neuroevolved Binary Neural Networks to solve reinforcement learning environments
Using Neuroevolved Binary Neural Networks to solve reinforcement learning environments
复制标题
使用神经进化二元神经网络解决强化学习环境
DOI:
10.1109/apccas47518.2019.8953134
复制
发表时间:
2019
期刊:
影响因子:
--
通讯作者:
O. Sinnen
中科院分区:
文献类型:
--
作者:
Raul Valencia;Chiu;O. Sinnen
With the explosive interest in the utilization of Neural Networks, several approaches have taken place to make them faster, more accurate or power efficient; one technique used to simplify inference models is the utilization of binary representations for weights, activations, inputs and outputs. This paper presents a novel approach to train from scratch Binary Neural Networks using neuroevolution as its base technique (gradient descent free), to then apply such results to standard Reinforcement Learning environments tested in the OpenAI Gym. The results and code can be found in https://github.com/rval735/BiSUNA.