본문 바로가기

프로젝트

유니티 ML-Agents를 이용한 drl-crawler 개선 보호되어 있는 글입니다. 더보기
유니티 ML-Agents를 이용한 AutoParkSimulation 보호되어 있는 글입니다. 더보기
유니티 ML-Agents를 이용한 Self Driving Car Source: https://github.com/sh02092/unity-ml-agents-self-driving-car GitHub - sh02092/unity-ml-agents-self-driving-car: final project in university final project in university. Contribute to sh02092/unity-ml-agents-self-driving-car development by creating an account on GitHub. github.com Result: https://github.com/cs20131516/Unity-ml-agents-self-driving-car 1. 프로젝트 개요 프로젝트 목적 및 목표: 본 프로젝트의 목적은 Un.. 더보기
유니티 ML-Agents를 이용한 드론 제어 강화학습 아래는 제 Drone Github 링크입니다. https://github.com/cs20131516/UnityDroneChallenge 개요 본 프로젝트에서는 Unity ML-Agents 툴킷을 사용하여 드론 제어를 위한 강화학습 모델을 훈련시켰습니다. 다른 참가자들과 비교하여 뛰어난 성능을 보였으며, 특히 https://github.com/chaningdev/RL-Drone-Challenge-with-Unity 프로젝트보다 에피소드가 1/2배만 필요했고, https://github.com/kjwoo31/Unity_drone 프로젝트에 비해 3번의 성공 중 1번만 가능한 결과를 크게 개선할 수 있었습니다. 학습 알고리즘 및 설정 학습 알고리즘: PPO (Proximal Policy Optimization.. 더보기
유튜브 동영상 다운로드 및 srt 파일 생성 https://colab.research.google.com/drive/1iXU0q7-h4KUP0JCkRwUZgYQUnNnwpUTo?usp=sharing youtube-transcript-api.ipynb Colaboratory notebook colab.research.google.com 유튭 동영상만 가능한 상태지만 개조하면 ^^ 더보기
유튜브 다운로드 및 자막 생성 https://colab.research.google.com/drive/1ptP5KuqQAtHApxtfJbh5A7nGgB-hxHrn?usp=sharing 유튜브 자막 다운로드 공유용.ipynb의 사본 Colaboratory notebook colab.research.google.com 인공지능의 편리함. 자막이 깨지는 현상이 발생해서 부득이하게 내렸다. 추가적으로 발생하는 문제점을 알려주시면 고치도록하겠습니다. 자막색은 다음의 코드를 수정하면 바뀝니다. draw.text(line_coords, line, font=font_korean, fill=(255,255,255,255)) 자막 파일만 SRT만 받고 싶다면 아래를 사용해주세요. https://colab.research.google.com/drive/.. 더보기
ZEPETO WORLD JAM 2023 참여 후기 https://zepetoworldjam.com/ ZEPETO WORLD JAM Let’s create a new World of play! Reimagine how people come together in the metaverse; from interactive multiplayer spaces that bring communities together to immersive strategy battles where players outwit their friends. zepetoworldjam.com https://github.com/cs20131516/zepeto-world-sync-component-main https://docs.google.com/document/d/16M1z3pKsCdHjwY.. 더보기
OpenAI Codex 사용해서 게임 만들기 https://openai.com/blog/openai-codex/ OpenAI Codex We’ve created an improved version of OpenAI Codex, our AI system that translates natural language to code, and we are releasing it through our API in private beta starting today. Codex is the model that powers GitHub Copilot, which we built and launched openai.com /* /* Create the canvas element. */ */ var canvas = document.createElement('canvas.. 더보기