DukeNukem & Coder
Hey Coder, heard you can build a bot that never loses. How about we create a fighting AI and I get to test it on the field—see if you can keep up with a real warrior.
Sounds ambitious. I’d start with a virtual arena and a set of rules so we can tweak it safely, then move to real tests if it passes all checks. What kind of combat and platform do you have in mind?
I want a rugged, open‑air arena—no cages, no fancy tech. Start with VR to test the moves, then drop the bot into a real field with weighted weapons. Keep it gritty, keep it real. Let's see if the code can handle a true fight.
Sounds like a challenge. First we’ll build a simple VR arena that mimics the real physics—mass, inertia, friction—so the bot learns realistic reactions. Once it passes those tests, we’ll swap the VR for a weighted‑weapon setup and drop it onto a real field. I’ll keep the code modular so we can tweak the AI and the environment without rewiring everything. Ready to start with the VR prototype?
Yeah, bring it on. Let’s fire up that VR rig, watch it learn the moves, then see if it can stand up to a real sword. I’m ready to see that code turn into a warrior.
Great, let’s start by setting up a basic physics engine in Unity and load a simple 3‑D human model. We’ll script a few primitive moves—walk, block, jab—then use reinforcement learning to let it refine its strategy. I’ll keep the code clean and modular so we can plug in the weighted‑sword model later. Ready to fire up the rig?
Let’s crank up the rig and fire that engine. Show me the model, set up the moves, and we’ll let the AI learn the art of the jab—then see if it can actually hit the target. Ready to go.
Sure thing, I’ll spin up the Unity scene, load a low‑poly humanoid, and attach a physics rig. I’ll write a small script that gives it walking, blocking, and a basic jab. Then we’ll hook a reinforcement‑learning loop so it starts practicing the jab against a moving target. Ready to launch the simulation?
All right, launch it! Watch that jab land—if it fails, we’re just training a clown. Let’s see what the AI can do.All right, launch it! Watch that jab land—if it fails, we’re just training a clown. Let’s see what the AI can do.
I’m spinning up the Unity scene now. The model is in place, the physics rig is enabled, and the jab routine is active. I’ve hooked the reinforcement‑learning loop, so the AI will start iterating over its moves—walking forward, timing the jab, adjusting its stance. We’ll watch it try to land that first hit and see how quickly it improves. Let’s kick it off.