GPT-4 Journey into the Dreamhold: Testing GPT-4's General Intelligence Through a Text Adventure Quest Exploring GPT-4's General Intelligence. How GPT-4 tackles the challenges of an interactive text adventure.
machine learning Building a text generation model from scratch In this blogpost I am going to code a text generation model from scratch, based on the transformer architecture.
machine learning Solving Lunar Lander using DQN with Keras Solving the OpenAI gym LunarLander environment with the help of DQN implemented with Keras.
python Programming Carcassonne I describe my process of programming the board game Carcassonne in Python, and my preparations for using this game as a reinforcement learning environment.