Loading...
「ツール」は右上に移動しました。
利用したサーバー: wtserver1
17いいね 179 views回再生

Bricks Breaker game using ChatGPT in under 2 minutes in Python | #chatgpt | #openai | ProjectGuru

It's time to code a game in Python. We will start with a simple Brick breaker game in which there is a ball that bounces of a platform to break a brick wall
and the player has to keep the ball going by making sure the paddle is always there to bounce off the ball back.

ChatGPT

ChatGPT (Generative Pre-trained Transformer) is a chatbot launched by OpenAI in November 2022.
It is built on top of OpenAI's GPT-3 family of large language models, and is fine-tuned (an approach to transfer learning) with both supervised and
reinforcement learning techniques.
ChatGPT was launched as a prototype on November 30, 2022, and quickly garnered attention for its detailed responses and articulate answers across many domains of
knowledge. Its uneven factual accuracy was identified as a significant drawback.
ChatGPT was fine-tuned on top of GPT-3.5 using supervised learning as well as reinforcement learning. Both approaches used human trainers to improve the model's
performance. In the case of supervised learning, the model was provided with conversations in which the trainers played both sides: the user and the AI assistant.
In the reinforcement step, human trainers first ranked responses that the model had created in a previous conversation. These rankings were used to create
'reward models' that the model was further fine-tuned on using several iterations of Proximal Policy Optimization (PPO). Proximal Policy Optimization algorithms
present a cost-effective benefit to trust region policy optimization algorithms; they negate many of the computationally expensive operations with faster performance.
The models were trained in collaboration with Microsoft on their Azure supercomputing infrastructure.
In addition, OpenAI continues to gather data from ChatGPT users that could be used to further train and fine-tune ChatGPT. Users are allowed to upvote or downvote
the responses they receive from ChatGPT; upon upvoting or downvoting, they can also fill out a text field with additional feedback.

Download the Source Code for Driver Drowsiness Detection in Python
Please download the source code for the Project using the link: https://github.com/Akkmr111/Bricks-Br...

The requirement for this Python project is pygame module which can be installed using command:
1. Pygame – pip install pygame


Summary
Hurray! We have successfully built the Bricks Breaker game using ChatGPT. Hope you enjoyed building this project.
_______________________________________________________________________________________________________________________________________________________________

Other Python Projects:

GUI Based Scientific Calculator:-    • Scientific GUI Calculator using Tkinter in...  

Face Detection using Python:-    • Real time Face detection project using Pyt...  

GUI Based Music player:-    • Learn How to Create an MP3 Music Player in...  

GUI Based YouTube Video Downloader:-    • Video  

GUI Based Digital clock:-    • Create a digital clock using Tkinter | Tki...  

GUI Based Text Editor:-    • Build a basic Text Editor using Tkinter in...  

Virtual Assistant:-    • Build Iron Man Jarvis AI Desktop Voice Ass...  

QR Code Generator and Reader:-    • Python Project QR Code Generator with Sour...  
________________________________________________________________________________________________________________________________________________________________

Connect with me:
Facebook:-   / ak.kmr  
Instagram:-   / ak.kmr111  
Email:- akshaydhiman685@gmail.com
_______________________________________________________________________________________________________________________________________________________________
Subscribe:-    / @project_guru  
#chatgpt #openai #python #projectguru #viral #trending

コメント