会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Your browser does not support the audio element.
翩翩公子银圈圈
博客园
首页
新随笔
联系
订阅
管理
2018年7月27日
强化学习 --gym env.render()报错
摘要: import gymenv = gym.make('CartPole-v0')env.reset()for _ in range(10): env.render() env.step(env.action_space.sample()) # take a random actiondebug这一段代
阅读全文
posted @ 2018-07-27 11:42 翩翩公子银圈圈
阅读(1729)
评论(0)
推荐(0)
2018年7月25日
pygame play the balls
摘要: import pygameimport sysfrom pygame.locals import *from random import *import tracebackclass Ball(pygame.sprite.Sprite): def __init__(self,grayball_ima
阅读全文
posted @ 2018-07-25 20:02 翩翩公子银圈圈
阅读(301)
评论(0)
推荐(0)
2018年7月24日
pygame 在python3.6上的安装
摘要: 首先打开https://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame 根据自己python版本型号进行选择 cp36指的是python3.6,win32是指32位,因此本次下载选择cp36,win amd 64进行下载 下载完成后,打开命令行,进入到下载pyg
阅读全文
posted @ 2018-07-24 10:20 翩翩公子银圈圈
阅读(222)
评论(0)
推荐(3)
公告