piston
2026 NBA Playoffs: Best bet for Cleveland Cavaliers at Detroit Pistons Game 2 Eastern Conference Semifinals
Pirates vs. Diamondbacks betting preview targets the under as both offenses go cold in series Former LSU coach Brian Kelly uses AI to prepare for job interviews, proving he's just like the rest of us Newsom office source responds to planned protest against trans athlete at state playoff girls' track meet Framber Valdez gets what he deserves for punk move, suspended six games after drilling Boston's Trevor Story MLB's new automated strike zone has a hidden feature helping umpires become more accurate than ever FIFA's World Cup ticket defense falls apart when compared to college football and NFL playoff prices Sophie Cunningham tells Angel Reese to'move on' after she reposted boyfriend dunking on rumored ex US blockade keeps stranglehold on Iran's economy Pratt issues SHOCKING WARNING to socialist opponent: 'Stabbed in the NECK!' 'Fox & Friends' explores wearable technology's role in health and wellness DraftKings has Detroit as a -3.5 favorite with Cade Cunningham leading the postseason in scoring at 31.3 PPG Dan weighs in on ESPN allegedly going after Steve Kerr to join their team. The Detroit Pistons punched Cleveland in the mouth in Game 1, beating the Cavaliers 111-101 at Little Caesars Arena. Now, the Cavs try to answer in Game 2 of the Eastern Conference semifinals in the 2026 NBA Playoffs NBA Playoffs Tuesday at 7 p.m. ET on Amazon Prime Video. DraftKings has Detroit as a -155 moneyline favorite, -3.5 against the spread, with a 215.5 total. The Pistons were better in the opener; their style travels better in this matchup, and Cleveland still hasn't proven it can win on the road this postseason.
Robotic underwater glider sets out to circumnavigate the globe
Redwing, a robotic submarine about the size of a surfboard, is embarking on a five-year journey that will follow the famed explorer Ferdinand Magellan's voyage around the world A small robot submarine is setting out to go around the world for the first time. Teledyne Marine and Rutgers University New Brunswick in New Jersey are launching an underwater glider called Redwing on its Sentinel Mission from Martha's Vineyard in Massachusetts on 11 October. Researchers have been using underwater gliders since the 1990s. Rather than a propeller, gliders have a buoyancy engine, a gas-filled piston that slightly changes the craft's overall buoyancy. An electric motor pushes the piston in to make the glider heavier than water so it slowly sinks, coasting downwards at a shallow angle.
Rise of the killer robots? Scientists develop an indestructible robotic hand that can withstand being pounded by pistons or bashed with a hammer
A huge, super-fast indestructible robot hand might seem like a terrifying prop from a science-fiction film. But this hefty 4.1kg (9.9lbs) hand is very real and is already being used to develop the next generation of AI robots. Designed by UK-based Shadow Robot Company, this three-fingered claw can go from fully open to closed in just 500 milliseconds. However, the robot hand is still tough enough to resist being bashed with hammers or pounded by pistons. That toughness is designed to help the hand survive the rigorous and often destructive process of teaching AI how to interact with the world.
Evolving Flying Machines in Minecraft Using Quality Diversity
Medina, Alejandro, Richey, Melanie, Mueller, Mark, Schrum, Jacob
Minecraft is a great testbed for human creativity that has inspired the design of various structures and even functioning machines, including flying machines. EvoCraft is an API for programmatically generating structures in Minecraft, but the initial work in this domain was not capable of evolving flying machines. This paper applies fitness-based evolution and quality diversity search in order to evolve flying machines. Although fitness alone can occasionally produce flying machines, thanks in part to a more sophisticated fitness function than was used previously, the quality diversity algorithm MAP-Elites is capable of discovering flying machines much more reliably, at least when an appropriate behavior characterization is used to guide the search for diverse solutions.
A Bimodal Hydrostatic Actuator for Robotic Legs with Compliant Fast Motion and High Lifting Force
Lecavalier, Alex, Denis, Jeff, Plante, Jean-Sébastien, Girard, Alexandre
Robotic legs have bimodal operations: swing phases when the leg needs to move quickly in the air (high-speed, low-force) and stance phases when the leg bears the weight of the system (low-speed, high-force). Sizing a traditional single-ratio actuation system for such extremum operations leads to oversized heavy electric motor and poor energy efficiency, which hinder the capability of legged systems that bear the mass of their actuators and energy source. This paper explores an actuation concept where a hydrostatic transmission is dynamically reconfigured using valves to suit the requirements of each phase of a robotic leg. An analysis of the mass-delay-flow trade-off for the switching valve is presented. Then, a custom actuation system is built and integrated on a robotic leg test bench to evaluate the concept. Experimental results show that 1) small motorized ball valves can make fast transitions between operating modes when designed for this task, 2) the proposed operating principle and control schemes allow for seamless transitions, even during an impact with the ground and 3) the actuator characteristics address the needs of a leg bimodal operation in terms of force, speed and compliance.
Prismatic Soft Actuator Augments the Workspace of Soft Continuum Robots
Wand, Philipp, Fischer, Oliver, Katzschmann, Robert K.
Soft robots are promising for manipulation tasks thanks to their compliance, safety, and high degree of freedom. However, the commonly used bidirectional continuum segment design means soft robotic manipulators only function in a limited hemispherical workspace. This work increases a soft robotic arm's workspace by designing, fabricating, and controlling an additional soft prismatic actuator at the base of the soft arm. This actuator consists of pneumatic artificial muscles and a piston, making the actuator back-driveable. We increase the task space volume by 116\%, and we are now able to perform manipulation tasks that were previously impossible for soft robots, such as picking and placing objects at different positions on a surface and grabbing an object out of a container. By combining a soft robotic arm with a prismatic joint, we greatly increase the usability of soft robots for object manipulation. This work promotes the use of integrated and modular soft robotic systems for practical manipulation applications in human-centered environments.
Acoustic Power Management by Swarms of Microscopic Robots
Microscopic robots in the body could harvest energy from ultrasound to provide on-board control of autonomous behaviors such as measuring and communicating diagnostic information and precisely delivering drugs. This paper evaluates the acoustic power available to micron-size robots that collect energy using pistons. Acoustic attenuation and viscous drag on the pistons are the major limitations on the available power. Frequencies around 100kHz can deliver hundreds of picowatts to a robot in low-attenuation tissue within about 10cm of transducers on the skin, but much less in high-attenuation tissue such as a lung. However, applications of microscopic robots could involve such large numbers that the robots significantly increase attenuation, thereby reducing power for robots deep in the body. This paper describes how robots can collectively manage where and when they harvest energy to mitigate this attenuation so that a swarm of a few hundred billion robots can provide tens of picowatts to each robot, on average.
Multi-Agent Deep Reinforcement Learning in 13 Lines of Code Using PettingZoo
This tutorial provides a simple introduction to using multi-agent reinforcement learning, assuming a little experience in machine learning and knowledge of Python. Reinforcement stems from using machine learning to optimally control an agent in an environment. It works by learning a policy, a function that maps an observation obtained from its environment to an action. Policy functions are typically deep neural networks, which gives rise to the name "deep reinforcement learning." The goal of reinforcement learning is to learn an optimal policy, a policy that achieves the maximum expected reward from the environment when acting.
Finding patterns with rules
Machine learning algorithms are now synonymous with finding patterns in data but not all patterns are suitable for statistics based data-driven techniques, for example when these patterns don't have explicitly labelled targets to learn from. In some cases, these patterns can be expressed precisely as a rule. Reasoning is the process of matching rule-based patterns or verifying that they don't exist in a graph. Because these patterns are found with deductive logic they can be found more efficiently and interpreted more easily than Machine Learning patterns which are induced from the data. This article will introduce some common patterns and how you can express them in the rule language, Datalog, using RDFox, a knowledge graph and semantic reasoning engine developed by Oxford Semantic Technologies.
Using Artificial Intelligence to Design More Efficient Heat Pumps
Heat pumps are already incredibly efficient. Researchers in Switzerland say they can push efficiencies even further using artificial intelligence. A research team led by Jürg Alexander Schiffmann at the L'Ecole Polytechnique Fédérale de Lausanne (Swiss Federal Institute of Technology Lausanne, or EPFL) is using AI to design compressors that slash heat pumps' electricity consumption by around 25 percent. Unlike conventional furnaces or boilers, which combust fuels to generate heat, heat pumps use electricity to move heat from one place to another. Employing a compressor and refrigerant, heat pumps expel heat from the indoors to the outside during the cooling season, or capture heat outdoors from the ground or air and draw it indoors in winter.