large-scale-curiosity  by openai

TensorFlow code for curiosity-driven RL research paper

Created 7 years ago
822 stars

Top 43.1% on SourcePulse

GitHubView on GitHub
Project Summary

This repository provides a TensorFlow implementation for the paper "Large-Scale Study of Curiosity-Driven Learning." It enables researchers and practitioners to explore curiosity-driven reinforcement learning agents without extrinsic rewards across 54 benchmark environments, investigating the impact of feature spaces on prediction error for intrinsic reward calculation.

How It Works

The project implements curiosity as an intrinsic reward signal derived from prediction error. It explores the efficacy of using random features versus learned features for computing this prediction error, demonstrating that while random features suffice for many benchmarks, learned features offer better generalization, particularly to novel game levels.

Quick Start & Requirements

  • Primary install / run command: bash python run.py
  • Prerequisites: TensorFlow, MPI (for multi-GPU/multi-machine training).
  • Links: Project Website, Demo Video

Highlighted Details

  • Large-scale study across 54 environments.
  • Investigates random vs. learned features for prediction error.
  • Demonstrates generalization benefits of learned features.

Maintenance & Community

Status: Archived (code provided as-is, no updates expected).

Licensing & Compatibility

The repository does not explicitly state a license.

Limitations & Caveats

The project is archived and will not receive further updates. The lack of an explicit license may pose compatibility issues for commercial or closed-source use.

Health Check
Last Commit

4 years ago

Responsiveness

1 day

Pull Requests (30d)
0
Issues (30d)
0
Star History
2 stars in the last 30 days

Explore Similar Projects

Starred by Aravind Srinivas Aravind Srinivas(Cofounder of Perplexity), Evan Hubinger Evan Hubinger(Head of Alignment Stress-Testing at Anthropic), and
3 more.

vime by openai

0%
346
RL research paper code
Created 9 years ago
Updated 6 years ago
Starred by Chip Huyen Chip Huyen(Author of "AI Engineering", "Designing Machine Learning Systems") and Edward Sun Edward Sun(Research Scientist at Meta Superintelligence Lab).

Eureka by eureka-research

0.2%
3k
LLM-based reward design for reinforcement learning
Created 2 years ago
Updated 1 year ago
Feedback? Help us improve.