Skip to content

Instantly share code, notes, and snippets.

View everett780's full-sized avatar

Everett Palmer everett780

  • Los Altos, California
View GitHub Profile
@everett780
everett780 / gist:f3bd7088684bab1f80f00762e6b62651
Created December 29, 2018 00:53
Verifying my Blockstack ID is secured with the address 13QU8L5DFBZ2m1QZFHbtTwRxyJGzosVyf2 https://explorer.blockstack.org/address/13QU8L5DFBZ2m1QZFHbtTwRxyJGzosVyf2
Verifying my Blockstack ID is secured with the address 13QU8L5DFBZ2m1QZFHbtTwRxyJGzosVyf2 https://explorer.blockstack.org/address/13QU8L5DFBZ2m1QZFHbtTwRxyJGzosVyf2
13QU8L5DFBZ2m1QZFHbtTwRxyJGzosVyf2 https://explorer.blockstack.org/address/13QU8L5DFBZ2m1QZFHbtTwRxyJGzosVyf2
@everett780
everett780 / gist:44c021d8ef20483875631efcefe429be
Created July 27, 2017 18:43
Error trying to run trpo_cartpole.py after installing rrlab. everett780
(rllab3) epalmer@epalmer-VirtualBox:~/rllab-master$ python examples/trpo_cartpole.py
Traceback (most recent call last):
File "examples/trpo_cartpole.py", line 1, in <module>
from rllab.algos.trpo import TRPO
File "/home/epalmer/rllab-master/rllab/algos/trpo.py", line 1, in <module>
from rllab.algos.npo import NPO
File "/home/epalmer/rllab-master/rllab/algos/npo.py", line 3, in <module>
from rllab.algos.batch_polopt import BatchPolopt