mirror of
				https://github.com/RAIRLab/Spectra.git
				synced 2025-10-26 22:51:19 +00:00 
			
		
		
		
	Added installation instructions
This commit is contained in:
		
							parent
							
								
									aad79404af
								
							
						
					
					
						commit
						abc2058eb9
					
				
					 1 changed files with 37 additions and 0 deletions
				
			
		
							
								
								
									
										37
									
								
								README.md
									
										
									
									
									
								
							
							
						
						
									
										37
									
								
								README.md
									
										
									
									
									
								
							|  | @ -8,6 +8,43 @@ Spectra is a general purpose planning system. It extends STRIPS-style planning b | |||
|  * **Expressivity**: Cannot express arbitrary constraints.  *“At every step make sure that no two blocks on the table have same color”* | ||||
|    * **Domain Size**: Scaling to large domains of arbitrary sizes poses difficulty.  | ||||
| 
 | ||||
| 
 | ||||
| ## Installation | ||||
| 
 | ||||
| First, we need to make sure ShadowProver is installed. | ||||
| 
 | ||||
| ```bash | ||||
| git clone --recursive https://github.com/RAIRLab/ShadowProver.git | ||||
| ``` | ||||
| 
 | ||||
| ```bash | ||||
| cd ShadowProver | ||||
| mvn package | ||||
| mvn install | ||||
| ``` | ||||
| 
 | ||||
| Now, we can clone the Spectra repository. | ||||
| 
 | ||||
| ```bash | ||||
| git clone --recursive https://github.com/RAIRLab/Spectra.git | ||||
| ``` | ||||
| 
 | ||||
| Similarly build and install the java project | ||||
| 
 | ||||
| ```bash | ||||
| cd Spectra | ||||
| mvn package | ||||
| mvn install | ||||
| ``` | ||||
| 
 | ||||
| Now you should be able to run Spectra: | ||||
| 
 | ||||
| ```bash | ||||
| ./run_spectra.sh [problem_file_path] | ||||
| ``` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ## Spectra's Architecture ## | ||||
| 
 | ||||
|   | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue