2018-04-26
-
当Qt Creator工程中的子工程文件名过长时会导致
Error: dependent '....h' does not exist.
的问题。比如RemoteSensingImageProcessingSystem/RemoteSensingImageProcessingSystem/RemoteSensingImageProcessingSystem.pro
编译失败,RemoteSensingImageProcessingSystem/GUI/GUI.pro
编译通过。 vcpkg
Microsoft/vcpkg: VC++ Packaging Tool
如何看待 Windows 的 C++ 包管理器 vcpkg? - 知乎
C/C++ Open Source Package Manager
conan-io/conan: Conan.io - The open-source C/C++ package manager
Vcpkg: a tool to acquire and build C++ open source libraries on Windows | Visual C++ Team Blog
Visual Studio开源库集成器Vcpkg全教程--利用Vcpkg轻松集成开源第三方库 - CSDN博客
Vcpkg updates: Static linking is now available | Visual C++ Team Blog
手把手制作一个vcpkg的安装包及port file相关说明 - CSDN博客
2018-04-23
-
汉化平台
2018-04-22
- OpenGL Error
c++ - OSX OpenGL 4.1 glEnableVertexAttribArray glDrawArrays GL_INVALID_OPERATION - Stack Overflow
opengl - What can cause glDrawArrays to generate a GL_INVALID_OPERATION error? - Stack Overflow
OpenGL SDK: gDEBugger - OpenGL Debugger and OpenGL Profiler
glGetError function (Windows)
2018-04-20
FreeGLUT
The freeglut Project :: About
freeglut Windows Development Libraries
Index of /files/software/development/GLUTWindows动态库导出全部符号
DLL中导出全局变量的方法及导入时需要注意的问题 - CSDN博客
c++ - Export all symbols when creating a DLL - Stack Overflow
Create dlls on Windows without declspec() using new CMake export all feature | The Kitware BlogCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS
generate_export_header
2018-04-19
Bullet
Real-Time Physics Simulation
Bullet Real-Time Physics Simulation | Home of Bullet and PyBullet: physics simulation for games, visual effects, robotics and reinforcement learning.
bulletphysics/bullet3: Bullet Physics SDK: real-time collision detection and multi-physics simulation for VR, games, visual effects, robotics, machine learning etc.
Support for continuous control environments based on FREE 3D physics simulator rather than MuJoCo · Issue #373 · openai/gym
openai/roboschool: Open-source software for robot simulation, integrated with OpenAI Gym.
Roboschool
2018-04-18
- MuJoCo
MuJoCo
openai/mujoco-py: MuJoCo is a physics engine for detailed, efficient rigid body simulations with contacts. mujoco-py allows using MuJoCo from Python 3.
2018-04-17
- 深度强化学习
深度强化学习的 18 个关键问题 - 强化学习-炼数成金-Dataguru专业数据分析社区
[1708.05866] A Brief Survey of Deep Reinforcement Learning
[1701.07274] Deep Reinforcement Learning: An Overview
强化学习进阶 第十讲 逆向强化学习(第一节 概述篇)
强化学习进阶 第十讲 逆向强化学习(第二节 基于最大边际的方法)
强化学习进阶 第十讲 逆向强化学习(第三节 基于最大熵的方法)
2018-04-16
杂项
深度学习「一键P图」:为原画无缝添加新元素
关于序列建模,是时候抛弃RNN和LSTM了
不出所料!ICLR 2018最佳论文:基于梯度的元学习算法,可高效适应非平稳环境
想轻松复现深度强化学习论文?看这篇经验之谈
伯克利提出DeepMimic:使用强化学习练就18般武艺
Towards a Virtual Stuntman – The Berkeley Artificial Intelligence Research BlogDeepMind
News & Blog | DeepMind
Learning to write programs that generate images | DeepMind
Learning by playing | DeepMind
IMPALA: Scalable Distributed DeepRL in DMLab-30 | DeepMind
Learning explanatory rules from noisy data | DeepMind
Open-sourcing Psychlab | DeepMind
2018-04-10
PyQt
[pyqt5]解决could not find or load the Qt platform plugin windows - CSDN博客
pyqt5.2 + vs2010-- could not find or load the Qt platform plugin windows - CSDN博客
[SOLVED]Failed to load platform plugin "windows" | Qt Forum我的电脑上之前安装的是Qt 5.7.1和Anaconda PyQt 5.6.0,使用PyQt没问题。后来卸载了Qt 5.7.1,然后安装了最新的Qt 5.10.1(手动安装,将在Sandboxie中的安装文件复制到ProgramFiles目录),再使用PyQt时出错:“This application failed to start because it could not find or load the Qt platform plugin "windows"”。经查,需设置环境变量“QT_QPA_PLATFORM_PLUGIN_PATH”。于是设置该环境变量为“D:\ProgramFiles\Python\Anaconda-x64\Library\plugins”,还是出错。重新设置其为“D:\ProgramFiles\Qt\Qt-5.10.1-msvc2017-x64\5.10.1\msvc2017_64\plugins”,PyQt正常。
2018-04-09
2018-04-08
- 强化学习
你做我评——OpenAI和DeepMind全新的强化学习方法,根据人类反馈高效学习 | 雷锋网
学界 | 伯克利与OpenAI整合强化学习与GAN:让智能体学习自动发现目标_搜狐科技_搜狐网
进化(演化)是如何进行的,物种是如何选择进化方向的? - 知乎
OpenAI联合DeepMind发布全新研究:根据人类反馈进行强化学习_搜狐科技_搜狐网
DeepMind
OpenAI
Learning to navigate in cities without a map
Deep reinforcement learning from human preferences | DeepMind
Learning from Human Preferences
根据人类反馈进行强化学习+ 代码_搜狐科技_搜狐网
nottombrown/rl-teacher: Code for Deep RL from Human Preferences [Christiano et al]. Plus a webapp for collecting human feedback
2018-04-06
- OpenGL
GLUT - The OpenGL Utility Toolkit
Nate Robins - OpenGL - GLUT for Win32
The freeglut Project :: About
dcnieho/FreeGLUT: Copy of FreeGLUT's svn repo on sourceforge, for easy contribution
GLEW: The OpenGL Extension Wrangler Library
介绍 — Blender Manual
2018-04-04
- OpenGL
(二)OpenGL中的Shader - CSDN博客
现代OpenGL+Qt学习笔记之一:概述 - CSDN博客
现代OpenGL+Qt学习笔记之二:程序框架 - CSDN博客
现代OpenGL+Qt学习笔记之三:显示一个彩色三角形 - CSDN博客
现代 OpenGL 教程_OpenGL 教程_极客学院wiki
来源:https://www.cnblogs.com/jloveu/p/reading-record-2018-04.html