titu1994 / neural-architecture-search

Basic implementation of [Neural Architecture Search with Reinforcement Learning](https://arxiv.org/abs/1611.01578).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PPO

jaelim opened this issue · comments

HI, Thanks for a great repo. I was going through your code, and I was wondering if you have tried to implement PPO instead of REINFORCE algo? If not yet, any plan on upgrading?

No plans to upgrade this. This repo was just an experiment to see if I could implement a minimal version that worked.