Setting Up PyTorch with GPU on Linux/WSL2 Using Miniconda and Installing D4RL

This guide is suitable for Linux servers and the WSL2 Linux subsystem on Windows for setting up a PyTorch environment (GPU version). The second section covers the installation of the D4RL reinforcement learning library. Students not focusing on reinforcement learning can refer to only the first part. This tutorial was written while installing f ...

Posted on Tue, 25 Aug 2026 16:09:53 +0000 by tobias

Managing Python Environments on Linux: Setup and Workflow with Miniconda

Miniconda OverviewConda serves as an open-source package and environment management system, streamlining the installation and dependency management of software across various operating systems. While Anaconda offers a massive, pre-bundled suite of libraries suitable for data science, Miniconda provides a minimal footprint. It includes only Pyth ...

Posted on Fri, 05 Jun 2026 18:44:06 +0000 by CSB