How to install open-ai gym and keras on ubuntu 16.04?

asked 2020-02-04 20:48:26 -0500

kane_choigo gravatar image

updated 2020-02-04 20:49:28 -0500

Hello, I'm using ROS kinetic on ubuntu 16.04.

I'm planning to apply some deep learning skills into my ROS project with Keras and Open-Ai gym.

Honestly, I'm not familiar with Ubuntu ROS deep learning, and I've never used the above modules on ubuntu.

As far as I've searched on google, I can install them through here.

But How about Keras??

What I want to do are

from gym import spaces

and

from keras.models import Sequential

Anyone who is working one of these modules on ROS ubuntu, would you please give me helpful advice?

Thanks in advance :)

edit retag flag offensive close merge delete