Documentation & Download
Everything you need to know about running and playing Oasis AI
About Running Oasis Locally
Oasis is not a traditional video game executable (.exe). Instead, Oasis is a neural network model that generates gameplay in real-time through AI processing. Running it locally requires specific technical expertise and hardware capabilities.
System Requirements
- CUDA-capable NVIDIA GPU with at least 12GB VRAM
- Python 3.8 or higher
- CUDA toolkit installed
- Knowledge of command-line operations
- Recommended: NVIDIA H100 for optimal performance (20 FPS at 360p)
Installation Steps
1. Clone the Repository
git clone https://github.com/etched-ai/open-oasis.git
cd open-oasis
2. Install Dependencies
pip install -r requirements.txt
3. Download Model Weights
Visit Hugging Face to download the model weights.
4. Run the Model
python run_oasis.py
Resources
Common Issues & Solutions
- CUDA Out of Memory: Reduce batch size or model resolution in config.py
- Module Not Found Errors: Ensure all dependencies are installed using requirements.txt
- Low Performance: Check GPU utilization and memory usage with nvidia-smi
Play Oasis Online
The easiest way to experience Oasis is through our online demo. No installation required, just a modern web browser and a stable internet connection.
Browser Requirements
- Modern web browser (Chrome, Firefox, Safari, Edge)
- WebGL 2.0 support
- Stable internet connection (recommended: 10+ Mbps)
- Keyboard for game controls
Game Controls
- W A S D: Move forward, left, backward, right
- Mouse: Look around
- Space: Jump
- Left Click: Break blocks
- Right Click: Place blocks
- E: Open inventory
Tips for Best Experience
- Use a wired internet connection for lowest latency
- Close other bandwidth-intensive applications
- Enable hardware acceleration in your browser settings
- Use fullscreen mode for immersive gameplay