Skip to content
forked from jrobine/twm

LLMs Make Curious World Models

License

Notifications You must be signed in to change notification settings

alexrgilbert/GPTwm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Can Wikipedia Teach Us About the World?

Impact of Language-Pretraining on Model-Based RL

Currently WIP.

Install packages from requirements.txt

Execute the following command to run an experiment:

python -O twm/main.py --game CartPole --seed 0 --device cuda:0 --cpu_p 1.0 --config cartpole --wandb disabled 

Use --wandb online to log the metrics in weights and biases.
To use other hyperparameters, edit the file twm/config.py.

See analysis folder for notebooks used to generate analysis for the report.

About

LLMs Make Curious World Models

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 56.8%
  • Python 43.2%