摘要:
class Song(object): def __init__(self, lyrics): self.lyrics = lyrics def sing_me_s_song(self): for line in self.lyrics: print line happy_bday = Song([ 阅读全文
该文被密码保护。 阅读全文
摘要:
Active Object Localization with Deep Reinforcement Learning ICCV 2015 最近Deep Reinforcement Learning算是火了一把,在Google Deep Mind的主页上,更是许多关于此的paper,基本都发在ICM 阅读全文