Skip to content

Bobyuan1015/fun_algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo list

  • Debug the different versions of the TSP code developed in three stages
  • Optimize the environment definitions in the code, such as the reward definition
  • Standardize different agents
  • Implement hierarchical reinforcement learning
  • Think about innovative points in the paper
  • Organize experiment results

Issues shot

pip install pandas numpy tensorflow tqdm imageio tqdm imageio matplotlib scipy numpy scikit-learn -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install gym[classic_control] pandas tsplib95 requests numpy tqdm imageio tqdm imageio matplotlib scipy seaborn tensordict
pip install torch torchvision torchaudio -i https://pypi.tuna.tsinghua.edu.cn/simple


cd ~/anaconda3/lib mv libstdc++.so libstdc++.so-bk cp /usr/lib/x86_64-linux-gnu/libstdc++.so.6 ./ ln -s libstdc++.so.6 libstdc++.so ln -s libstdc++.so.6 libstdc++.so.6.0.19 comparison_algorithms.md

About

Keep track of my algorithm review progress.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages