技术栈

learning

伊织code
3 个月前
人工智能·机器学习·open·learning·machine·engineering
Machine Learning Engineering Open Book 机器学习工程开放书这是一个开放的方法、工具和分步说明集合,有助于成功训练和微调大型语言模型和多模态模型及其推理。这是一份适合LLM/VLM培训工程师和操作员的技术材料。这里的内容包含大量脚本和n-粘贴命令,使您能够快速满足您的需求。
营赢盈英
8 个月前
ai·deep learning·reinforcement·learning·openai gym
OpenAI gym: How to get complete list of ATARI environments题意:OpenAI Gym:如何获取完整的 ATARI 环境列表I have installed OpenAI gym and the ATARI environments. I know that I can find all the ATARI games in the documentation but is there a way to do this in Python, without printing any other environments (e.g. NOT the classic
营赢盈英
8 个月前
ai·openai api·gym·reinforcement·learning
Creating OpenAI Gym Environment from Map Data题意:从地图数据创建 OpenAI Gym 环境I am just starting out with reinforcement learning and trying to create a custom environment with OpenAI gym. However, I am stumped with trying to create an environment (with roads and intersections) from map data, say Google Maps.