본문 바로가기

전체 글

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.. 더보기
RL Drone Challenge behaviors: My Behavior: trainer_type: ppo hyperparameters: batch_size: 128 buffer_size: 2048 learning_rate: 0.0005 beta: 0.01 epsilon: 0.2 lambd: 0.95 num_epoch: 5 learning_rate_schedule: linear network_settings: normalize: true hidden_units: 128 num_layers: 2 vis_encode_type: nature_cnn Batch size: The batch size has been decreased to 128 to improve stability during training. Learning rate: The.. 더보기
한번 해볼만한 코딩들 모음 https://wikidocs.net/156950 1. 서론. [ PyTorch vs. Tensorflow ] 딥러닝을 어느정도 공부하고 난 후 고민되는 것이 있습니다. 바로 딥러닝 프레임워크를 선택할 때 Tensorflow 와 Pytorch : 둘 중에 어떤 것을 쓸 것인가입니다. … wikidocs.net 더보기
Lux AI Season 2 https://www.kaggle.com/competitions/lux-ai-season-2/overview Lux AI Season 2 | Kaggle www.kaggle.com 노력중 더보기
Unity ML agent 자율주행환경 에셋 https://assetstore.unity.com/packages/templates/automotive-hmi-template-201095 Automotive HMI Template | 템플릿 | Unity Asset Store Use the Automotive HMI Template from Unity Technologies for your next project. Find this & other useful 템플릿 on the Unity Asset Store. assetstore.unity.com 더보기
제페토 월드잇 정리용 https://zepetoworldjam.com/?utm_source=zepeto&utm_medium=discord&utm_campaign=welcome 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://studio.zepeto.me/ko/products/buildit ZEPETO Stu.. 더보기
코딩할 때 유용한 사이트 https://phind.com/ https://chat.openai.com/chat https://tutorials.pytorch.kr/ 지속적으로 업데이트할 예정 더보기
10분만에 "말하는 AI 아바타" 만들기 (혁펜하임님 따라하기) https://www.youtube.com/watch?v=pXtRN_ZBXPU 에 나오는 걸 따라해보도록하겠습니다. https://youtu.be/mZ5oQEJ0pWo 요약하면, midjourney에서 원하는 인공지능을 생성후, GPT-chat으로 대본을 만들고, 그걸 클로바가 읽은후 d-id에 합성하면 말하는 것처럼 보이는 인공지능이 나옵니다. 아래는 제 결과입니다. 사이트 출처를 남깁니다. https://midjourney.com/home/?callbackUrl=%2Fapp%2F Midjourney An independent research lab exploring new mediums of thought and expanding the imaginative powers of the human spe.. 더보기