In [1]:
import gym
import numpy as np
env = gym.make('CartPole-v0')


[2017-07-30 17:22:15,796] Making new env: CartPole-v0

In [2]:
env.render()

In [9]:
x=6.14

In [14]:
type(x)


Out[14]:
float

In [15]:
x.hex()


Out[15]:
'0x1.88f5c28f5c28fp+2'

In [13]:
13*4


Out[13]:
52

In [ ]: