Finalized venv support and added installation-instructions
This commit is contained in:
		
							parent
							
								
									f25d7a103b
								
							
						
					
					
						commit
						81ae3e3707
					
				@ -1,4 +1,4 @@
 | 
				
			|||||||
#!/bin/python3
 | 
					#!./.venv/bin/python3.10
 | 
				
			||||||
import gym
 | 
					import gym
 | 
				
			||||||
from gym.envs.registration import register
 | 
					from gym.envs.registration import register
 | 
				
			||||||
import numpy as np
 | 
					import numpy as np
 | 
				
			||||||
 | 
				
			|||||||
@ -1 +1,4 @@
 | 
				
			|||||||
 | 
					gym
 | 
				
			||||||
 | 
					stable_baselines3
 | 
				
			||||||
 | 
					#columbus
 | 
				
			||||||
 | 
					tensorboard
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user