Code for replicating experiments run in Artificial Generational Intelligence: Cultural Accumulation in Reinforcement Learning.
To run these experiments, simply open the Jupyter notebook memory_sequence.ipynb and step through the cells.
To run these experiments, simply open the Jupyter notebook tsp.ipynb and step through the cells.
- To train an oracle, run goal_seq/train_oracle_s5.py.
- To train a social learner, run goal_seq/train_social_s5.py.
- To evaluate in-context accumulation, run goal_seq/in_context_accumulation.py.
For this experiment, run goal_seq/in_weights_accumulation.py.