carla-simulator / reinforcement-learning

Reinforcement learning baseline agent trained with the Actor-critic (A3C) algorithm.
Other
238 stars 60 forks source link

Quick question #1

Open eds89 opened 6 years ago

eds89 commented 6 years ago

Hi,

I can't find a requirement for 'tensorflow-gpu'. Am I correct to assume that the reinforcement learning experiment doesn't require it?

felipecode commented 6 years ago

Hey, Reinforcement learning uses chainer1.24. As far as I know gpu is not required.