OpenAI · GitHub
github.com › openai5 results for all repositories written in Jupyter Notebook sorted by last updated. Clear filter. CLIP Public. Contrastive Language-Image Pretraining. Jupyter Notebook 5,735 MIT 741 45 1 Updated 14 days ago. ppo-ewma Public. Code for the paper "Batch size invariance for policy optimization". Jupyter Notebook 21 MIT 1 0 0 Updated on Oct 4.
Gym - OpenAI
gym.openai.comOpen source interface to reinforcement learning tasks. The gym library provides an easy-to-use suite of reinforcement learning tasks.. import gym env = gym.make("CartPole-v1") observation = env.reset() for _ in range(1000): env.render() action = env.action_space.sample() # your agent here (this takes random actions) observation, reward, done, info = env.step(action) if done: observation = env ...
gym-notebook-wrapper · PyPI
https://pypi.org/project/gym-notebook-wrapper22.08.2020 · Wrapper for running/rendering OpenAI Gym on Jupyter Notebook. Navigation. Project description Release history Download files Project links. Homepage Statistics. View statistics for this project via Libraries.io, or by using our public dataset on Google BigQuery. Meta. License: MIT License. Author: Yamada Hiroyuki ...
OpenAI · GitHub
https://github.com/openai?language=jupyter+notebook5 results for all repositories written in Jupyter Notebook sorted by last updated. Clear filter. CLIP Public. Contrastive Language-Image Pretraining. Jupyter Notebook 5,735 MIT 741 45 1 Updated 14 days ago. ppo-ewma Public. Code for the paper "Batch size invariance for policy optimization". Jupyter Notebook 21 MIT 1 0 0 Updated on Oct 4.